diff options
Diffstat (limited to 'arch/powerpc/include/asm/pte-44x.h')
| -rw-r--r-- | arch/powerpc/include/asm/pte-44x.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/pte-44x.h b/arch/powerpc/include/asm/pte-44x.h index 37e98bcf83e..4192b9bad90 100644 --- a/arch/powerpc/include/asm/pte-44x.h +++ b/arch/powerpc/include/asm/pte-44x.h @@ -78,7 +78,7 @@  #define _PAGE_PRESENT	0x00000001		/* S: PTE valid */  #define _PAGE_RW	0x00000002		/* S: Write permission */  #define _PAGE_FILE	0x00000004		/* S: nonlinear file mapping */ -#define _PAGE_HWEXEC	0x00000004		/* H: Execute permission */ +#define _PAGE_EXEC	0x00000004		/* H: Execute permission */  #define _PAGE_ACCESSED	0x00000008		/* S: Page referenced */  #define _PAGE_DIRTY	0x00000010		/* S: Page dirty */  #define _PAGE_SPECIAL	0x00000020		/* S: Special page */  |