Fixed riscv64 ASID constants to avoid asid pool overflow

This commit is contained in:
Sylvain Gauthier 2019-03-27 13:16:30 +11:00
parent 76bf1d2bcd
commit 8c27637d4a

View file

@ -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 */