]> Zhao Yanbai Git Server - minix.git/commitdiff
vm: add MEMPROTECT feature in vm.h.
authorBen Gras <ben@minix3.org>
Mon, 19 Jul 2010 18:19:59 +0000 (18:19 +0000)
committerBen Gras <ben@minix3.org>
Mon, 19 Jul 2010 18:19:59 +0000 (18:19 +0000)
servers/vm/vm.h

index e8eaade383eac326e99ecb171810a1608b2be468..89af4456906656a9d6eed15e88133f0637638a2b 100644 (file)
@@ -22,6 +22,7 @@
 #define VMSTATS                0
 
 /* VM behaviour */
+#define MEMPROTECT     0       /* Slab objects not mapped. Access with USE() */
 #define JUNKFREE       0       /* Fill freed pages with junk */
 #define NONCONTIGUOUS  0       /* Make phys pages max. noncontiguous */