Disable superpages reservations as we don't have implemented them yet.

Requested by:	Alan Cox <alc@rice.edu>
Sponsored by:	DARPA, AFRL
This commit is contained in:
br 2016-11-21 12:00:31 +00:00
parent 4832a5a710
commit c38f8297db

View File

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