From 309c5ab06fe539d4f571d4c3b2acb779c5138fbf Mon Sep 17 00:00:00 2001 From: alc Date: Fri, 18 Sep 2009 17:04:57 +0000 Subject: Add a new sysctl for reporting all of the supported page sizes. Reviewed by: jhb MFC after: 3 weeks --- sys/sparc64/include/param.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/sparc64/include') diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index 90864b0..af026b2 100644 --- a/sys/sparc64/include/param.h +++ b/sys/sparc64/include/param.h @@ -109,6 +109,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.1