lib:sbi_tlb: Increase tlb fifo entry number

When tlb fifo is full, it takes more fails.
This makes lots of lock contention and
consumes much cpu time in sbi.
This commit is contained in:
xiaoguang.xing
2023-03-29 10:12:01 +08:00
parent 0b5c942ee9
commit 0e87f899c3

View File

@@ -20,7 +20,7 @@
/* clang-format on */
#define SBI_TLB_FIFO_NUM_ENTRIES 8
#define SBI_TLB_FIFO_NUM_ENTRIES 64
struct sbi_scratch;