kernel/arch/powerpc/include/asm/book3s/32/hash.h
.. .. @@ -26,6 +26,7 @@ 26 26 #define _PAGE_WRITETHRU 0x040 /* W: cache write-through */ 27 27 #define _PAGE_DIRTY 0x080 /* C: page changed */ 28 28 #define _PAGE_ACCESSED 0x100 /* R: page referenced */ 29 +#define _PAGE_EXEC 0x200 /* software: exec allowed */29 30 #define _PAGE_RW 0x400 /* software: user write access allowed */ 30 31 #define _PAGE_SPECIAL 0x800 /* software: Special page */ 31 32