diff options
Diffstat (limited to 'include/sbi/sbi_tlb.h')
-rw-r--r-- | include/sbi/sbi_tlb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_tlb.h b/include/sbi/sbi_tlb.h index af77f89..cd52c12 100644 --- a/include/sbi/sbi_tlb.h +++ b/include/sbi/sbi_tlb.h @@ -16,7 +16,7 @@ /* clang-format off */ #define SBI_TLB_FLUSH_ALL ((unsigned long)-1) -#define SBI_TLB_FLUSH_MAX_SIZE (1UL << 30) +#define SBI_TLB_FLUSH_MAX_SIZE (1UL << 12) /* clang-format on */ |