forked from Mirrors/opensbi
		
	lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functions
This patch drops _fifo from the name of various sbi_tlb_fifo_xyz() functions because all these functions deal with remote TLB managment and FIFO is the per-HART data structure used internally by remote TLB implementation. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
		@@ -43,9 +43,9 @@ struct sbi_tlb_info {
 | 
			
		||||
 | 
			
		||||
#define SBI_TLB_INFO_SIZE			sizeof(struct sbi_tlb_info)
 | 
			
		||||
 | 
			
		||||
int sbi_tlb_fifo_request(struct sbi_scratch *scratch, ulong hmask,
 | 
			
		||||
			 ulong hbase, struct sbi_tlb_info *tinfo);
 | 
			
		||||
int sbi_tlb_request(struct sbi_scratch *scratch, ulong hmask,
 | 
			
		||||
		    ulong hbase, struct sbi_tlb_info *tinfo);
 | 
			
		||||
 | 
			
		||||
int sbi_tlb_fifo_init(struct sbi_scratch *scratch, bool cold_boot);
 | 
			
		||||
int sbi_tlb_init(struct sbi_scratch *scratch, bool cold_boot);
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user