diff options
Diffstat (limited to 'sys/sun4v/include')
-rw-r--r-- | sys/sun4v/include/param.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sun4v/include/param.h b/sys/sun4v/include/param.h index 069ab54..2ca699e 100644 --- a/sys/sun4v/include/param.h +++ b/sys/sun4v/include/param.h @@ -104,6 +104,8 @@ #define PAGE_SIZE_MAX PAGE_SIZE_4M #define PAGE_MASK_MAX PAGE_MASK_4M +#define MAXPAGESIZES 1 /* maximum number of supported page sizes */ + #ifndef KSTACK_PAGES #define KSTACK_PAGES 4 /* pages of kernel stack (with pcb) */ #endif |