mbox series

[v2,0/2] Some changes about tlb fifo

Message ID 20230814113618.153524-1-wxjstz@126.com
Headers show
Series Some changes about tlb fifo | expand

Message

Xiang W Aug. 14, 2023, 11:36 a.m. UTC
On some platforms with a lot of harts, a tlb fifo that is too small can cause
some harts to wait. Here are some patches to modify the tlb fifo size.

Xiang W (2):
  platform: Allow platforms to specify the size of tlb fifo
  lib: sbi: alloc tlb fifo by sbi_malloc

 include/sbi/sbi_platform.h | 29 +++++++++++++++++++++++++++++
 include/sbi/sbi_tlb.h      |  2 --
 lib/sbi/sbi_tlb.c          | 17 ++++++++---------
 3 files changed, 37 insertions(+), 11 deletions(-)