vm: undo accidental JUNKFREE on

This commit is contained in:
Ben Gras 2011-09-19 15:36:21 +00:00
parent f71ec49525
commit 833183a9e1

View file

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