From ebc91405bdb4587f2434aa552a45c82e5df2231c Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 31 Oct 2009 18:54:26 +0000 Subject: MFC r197316 Add a new sysctl for reporting all of the supported page sizes. --- sys/sparc64/include/param.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/sparc64/include/param.h') diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index 2642a8ac2c46..eac552b45565 100644 --- a/sys/sparc64/include/param.h +++ b/sys/sparc64/include/param.h @@ -121,6 +121,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 -- cgit v1.3