diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sbi/sbi_tlb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sbi/sbi_tlb.h b/include/sbi/sbi_tlb.h index c8d24ef2..eb3d925b 100644 --- a/include/sbi/sbi_tlb.h +++ b/include/sbi/sbi_tlb.h @@ -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 |
