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:
parent
4832a5a710
commit
c38f8297db
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user