Deleted Added
full compact
41c41
< * $FreeBSD: head/sys/amd64/include/vmparam.h 172317 2007-09-25 06:25:06Z alc $
---
> * $FreeBSD: head/sys/amd64/include/vmparam.h 174938 2007-12-27 16:45:39Z alc $
134a135,148
> * Enable superpage reservations: 1 level.
> */
> #ifndef VM_NRESERVLEVEL
> #define VM_NRESERVLEVEL 1
> #endif
>
> /*
> * Level 0 reservations consist of 512 pages.
> */
> #ifndef VM_LEVEL_0_ORDER
> #define VM_LEVEL_0_ORDER 9
> #endif
>
> /*