From: Russell King Date: Tue, 16 Nov 2010 00:23:31 +0000 (+0000) Subject: ARM: pgtable: invert L_PTE_EXEC to L_PTE_XN X-Git-Tag: v2.6.38-rc1~471^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9522d7e4cb5e0858122fc55d33a2c07728f0b10d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed