summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/vmparam.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-04-06 18:15:03 +0000
committerru <ru@FreeBSD.org>2007-04-06 18:15:03 +0000
commit754d500925e9a87c3e7033cdc4c5bb351cc13fc2 (patch)
tree9e733007036c8815c464b9e9850e903fc3668831 /sys/i386/include/vmparam.h
parentd4909d3f260573c6d441042b491b81be22487231 (diff)
downloadFreeBSD-src-754d500925e9a87c3e7033cdc4c5bb351cc13fc2.zip
FreeBSD-src-754d500925e9a87c3e7033cdc4c5bb351cc13fc2.tar.gz
Add the PG_NX support for i386/PAE.
Reviewed by: alc
Diffstat (limited to 'sys/i386/include/vmparam.h')
-rw-r--r--sys/i386/include/vmparam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/include/vmparam.h b/sys/i386/include/vmparam.h
index a94408a..53c3f45 100644
--- a/sys/i386/include/vmparam.h
+++ b/sys/i386/include/vmparam.h
@@ -43,7 +43,9 @@
* Machine dependent constants for 386.
*/
+#ifndef PAE
#define VM_PROT_READ_IS_EXEC /* if you can read -- then you can exec */
+#endif
/*
* Virtual memory related constants, all in bytes
OpenPOWER on IntegriCloud