vm: undo accidental JUNKFREE on
This commit is contained in:
parent
f71ec49525
commit
833183a9e1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
/* VM behaviour */
|
||||
#define MEMPROTECT 0 /* Slab objects not mapped. Access with USE() */
|
||||
#define JUNKFREE 1 /* Fill freed pages with junk */
|
||||
#define JUNKFREE 0 /* Fill freed pages with junk */
|
||||
#define NONCONTIGUOUS 0 /* Make phys pages max. noncontiguous */
|
||||
|
||||
/* How noisy are we supposed to be? */
|
||||
|
|
Loading…
Reference in a new issue