X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm%2Fpgtable-hwdef.h;h=f3b5120c99fef34b598dd110790cc008eb815f7e;hb=eb90d81d03c0917b0fd629f6342554a3b58ea52c;hp=1bc1f997bda2a9d6658ed4bcf6668199603f9120;hpb=12df7556705aae97f24a397377e17898700d7192;p=linux-2.6 diff --git a/include/asm-arm/pgtable-hwdef.h b/include/asm-arm/pgtable-hwdef.h index 1bc1f997bd..f3b5120c99 100644 --- a/include/asm-arm/pgtable-hwdef.h +++ b/include/asm-arm/pgtable-hwdef.h @@ -28,6 +28,7 @@ */ #define PMD_SECT_BUFFERABLE (1 << 2) #define PMD_SECT_CACHEABLE (1 << 3) +#define PMD_SECT_XN (1 << 4) /* v6 */ #define PMD_SECT_AP_WRITE (1 << 10) #define PMD_SECT_AP_READ (1 << 11) #define PMD_SECT_TEX(x) ((x) << 12) /* v5 */