forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/powerpc/include/asm/book3s/32/hash.h
....@@ -26,6 +26,7 @@
2626 #define _PAGE_WRITETHRU 0x040 /* W: cache write-through */
2727 #define _PAGE_DIRTY 0x080 /* C: page changed */
2828 #define _PAGE_ACCESSED 0x100 /* R: page referenced */
29
+#define _PAGE_EXEC 0x200 /* software: exec allowed */
2930 #define _PAGE_RW 0x400 /* software: user write access allowed */
3031 #define _PAGE_SPECIAL 0x800 /* software: Special page */
3132