forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
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