]> git.ipfire.org Git - people/ms/linux.git/blobdiff - arch/powerpc/include/asm/pte-hash32.h
Importing "grsecurity-3.1-3.19.2-201503201903.patch"
[people/ms/linux.git] / arch / powerpc / include / asm / pte-hash32.h
index 4aad4132d0a87fa3e677ebe00b05d0d317fe7292..85d86bfe0e1963f65cb8cb92629855182879206a 100644 (file)
@@ -21,6 +21,7 @@
 #define _PAGE_FILE     0x004   /* when !present: nonlinear file mapping */
 #define _PAGE_USER     0x004   /* usermode access allowed */
 #define _PAGE_GUARDED  0x008   /* G: prohibit speculative access */
+#define _PAGE_EXEC     _PAGE_GUARDED
 #define _PAGE_COHERENT 0x010   /* M: enforce memory coherence (SMP systems) */
 #define _PAGE_NO_CACHE 0x020   /* I: cache inhibit */
 #define _PAGE_WRITETHRU        0x040   /* W: cache write-through */