From: Ben Gras Date: Mon, 19 Sep 2011 15:36:21 +0000 (+0000) Subject: vm: undo accidental JUNKFREE on X-Git-Tag: v3.2.0~300 X-Git-Url: http://zhaoyanbai.com/repos/readme1st.txt?a=commitdiff_plain;h=833183a9e17df9a3d379c7a3c54d21b7bf046396;p=minix.git vm: undo accidental JUNKFREE on --- 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? */