diff options
| author | Alan Cox <alc@FreeBSD.org> | 2013-11-08 16:25:00 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2013-11-08 16:25:00 +0000 |
| commit | c70af4875e5b239a302f2d34d73d6acac2ddd5a9 (patch) | |
| tree | 10be1b225c61aa3fef5a16664784e1bc60913d34 /sys/ia64 | |
| parent | fba3cde907930eed2adb8a320524bc250338c729 (diff) | |
Notes
Diffstat (limited to 'sys/ia64')
| -rw-r--r-- | sys/ia64/include/vmparam.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sys/ia64/include/vmparam.h b/sys/ia64/include/vmparam.h index 1fda472a273e..edae4c4689f7 100644 --- a/sys/ia64/include/vmparam.h +++ b/sys/ia64/include/vmparam.h @@ -189,19 +189,11 @@ #define USRSTACK VM_MAXUSER_ADDRESS #define IA64_BACKINGSTORE (USRSTACK - (2 * MAXSSIZ) - PAGE_SIZE) -/* virtual sizes (bytes) for various kernel submaps */ -#ifndef VM_KMEM_SIZE -#define VM_KMEM_SIZE (12 * 1024 * 1024) -#endif - /* - * How many physical pages per KVA page allocated. - * min(max(max(VM_KMEM_SIZE, Physical memory/VM_KMEM_SIZE_SCALE), - * VM_KMEM_SIZE_MIN), VM_KMEM_SIZE_MAX) - * is the total KVA space allocated for kmem_map. + * How many physical pages per kmem arena virtual page. */ #ifndef VM_KMEM_SIZE_SCALE -#define VM_KMEM_SIZE_SCALE (4) /* XXX 8192 byte pages */ +#define VM_KMEM_SIZE_SCALE (4) #endif /* initial pagein size of beginning of executable file */ |
