diff options
Diffstat (limited to 'sys/ia64/include/vmparam.h')
-rw-r--r-- | sys/ia64/include/vmparam.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/ia64/include/vmparam.h b/sys/ia64/include/vmparam.h index 8beeb2a..94801ef 100644 --- a/sys/ia64/include/vmparam.h +++ b/sys/ia64/include/vmparam.h @@ -113,6 +113,11 @@ #define UMA_MD_SMALL_ALLOC /* + * The physical address space is sparsely populated. + */ +#define VM_PHYSSEG_SPARSE + +/* * Manipulating region bits of an address. */ #define IA64_RR_BASE(n) (((u_int64_t) (n)) << 61) |