ARM: pgtable: invert L_PTE_EXEC to L_PTE_XN
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 16 Nov 2010 00:23:31 +0000 (00:23 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 22 Dec 2010 11:05:35 +0000 (11:05 +0000)
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>

No differences found