]> Zhao Yanbai Git Server - minix.git/commitdiff
vm: undo accidental JUNKFREE on
authorBen Gras <ben@minix3.org>
Mon, 19 Sep 2011 15:36:21 +0000 (15:36 +0000)
committerBen Gras <ben@minix3.org>
Mon, 19 Sep 2011 15:36:46 +0000 (15:36 +0000)
servers/vm/vm.h

index ce4ab1616821e96bca8bd3be006574053166e864..85d218142ae4a03e27767e253e741e6bf68330ba 100644 (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? */