From 833183a9e17df9a3d379c7a3c54d21b7bf046396 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 19 Sep 2011 15:36:21 +0000 Subject: [PATCH] vm: undo accidental JUNKFREE on --- servers/vm/vm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/vm/vm.h b/servers/vm/vm.h index ce4ab1616..85d218142 100644 --- a/servers/vm/vm.h +++ b/servers/vm/vm.h @@ -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? */