diff options
| author | Alan Cox <alc@FreeBSD.org> | 2009-10-31 18:54:26 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2009-10-31 18:54:26 +0000 |
| commit | ebc91405bdb4587f2434aa552a45c82e5df2231c (patch) | |
| tree | 00049577401f4871bee8e2081f39f9a48b5db89c /sys/sparc64/include/param.h | |
| parent | 38c15033c7c4ed836e3dbe11827374db0a903fd7 (diff) | |
Notes
Diffstat (limited to 'sys/sparc64/include/param.h')
| -rw-r--r-- | sys/sparc64/include/param.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
