summaryrefslogtreecommitdiff
path: root/sys/i386/include/vmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/vmparam.h')
-rw-r--r--sys/i386/include/vmparam.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/include/vmparam.h b/sys/i386/include/vmparam.h
index 48b570dd0232a..d26b1c6d43ab3 100644
--- a/sys/i386/include/vmparam.h
+++ b/sys/i386/include/vmparam.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91
- * $Id: vmparam.h,v 1.20 1996/04/30 12:02:12 phk Exp $
+ * $Id: vmparam.h,v 1.21 1996/05/02 14:20:07 phk Exp $
*/
@@ -116,4 +116,7 @@
/* virtual sizes (bytes) for various kernel submaps */
#define VM_KMEM_SIZE (32 * 1024 * 1024)
+/* read and exec are the same thing */
+#define VM_PROT_READ_IS_EXEC
+
#endif /* _MACHINE_VMPARAM_H_ */