Fixed riscv64 ASID constants to avoid asid pool overflow
This commit is contained in:
parent
76bf1d2bcd
commit
8c27637d4a
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@
|
|||
#define seL4_TeraPageBits 39
|
||||
#define seL4_PageTableBits 12
|
||||
|
||||
#define seL4_NumASIDPoolsBits 6
|
||||
#define seL4_ASIDPoolIndexBits 10
|
||||
#define seL4_NumASIDPoolsBits 7
|
||||
#define seL4_ASIDPoolIndexBits 9
|
||||
#define seL4_ASIDPoolBits 12
|
||||
|
||||
/* Untyped size limits */
|
||||
|
|
|
|||
Loading…
Reference in a new issue