ARM: 5883/1: Revert "disable NX support for OABI-supporting kernels"
authorRabin Vincent <rabin@rab.in>
Mon, 18 Jan 2010 14:04:32 +0000 (15:04 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 18 Jan 2010 14:12:11 +0000 (14:12 +0000)
commita7b22962776109b5bfe3a3efa4f42622318c547d
treef3ed45fc8504a862f909f55a3a4ba93bb11f9ec2
parentb53e9b5ebd5c6e718f54bcacd4e97b71533ca681
ARM: 5883/1: Revert "disable NX support for OABI-supporting kernels"

This reverts commit 14f0aa359365e8a93a77b71e3b840274b9b4dcb1.

That commit was needed earlier because system call restarting for
OABI (compat) required an executable stack and thus had problems
with NX.  Since ab72b00734ae4d0b ("ARM: Fix signal restart issues
with NX and OABI compat") has reworked the code to not require an
executable stack anymore, we can re-enable NX support for kernels
with OABI (compat) support.

Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/elf.c