commit | 9522d7e4cb5e0858122fc55d33a2c07728f0b10d | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Nov 16 00:23:31 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Dec 22 11:05:35 2010 +0000 |
tree | 49438ddcd5217da82cf9ebe79dda8577bc346456 | |
parent | e926f4495e202500a6265987277fab217e235f08 [diff] |
ARM: pgtable: invert L_PTE_EXEC to L_PTE_XN The hardware page tables use an XN bit 'execute never'. Historically, we've had a Linux 'execute allow' bit, in the positive sense. Get rid of this artifact as future hardware will continue to have the XN sense. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>