Enable the automatic creation of superpage reservations.

This commit is contained in:
alc 2008-03-26 03:12:00 +00:00
parent 2b9c326fca
commit 0e2f1e0b38

View File

@ -123,10 +123,10 @@
#endif
/*
* Disable superpage reservations.
* Enable superpage reservations: 1 level.
*/
#ifndef VM_NRESERVLEVEL
#define VM_NRESERVLEVEL 0
#define VM_NRESERVLEVEL 1
#endif
/*