Enable the automatic creation of superpage reservations.

This commit is contained in:
Alan Cox 2008-03-26 03:12:00 +00:00
parent 658d4b51ac
commit fdcd29b52b

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
/*