commit | 14f0aa359365e8a93a77b71e3b840274b9b4dcb1 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat May 23 11:36:20 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat May 23 11:36:20 2009 +0100 |
tree | 30493ede1ced950b084c9c9083e6ee28803fc5a5 | |
parent | 355532bdda14a7162cee55fdd67600bf9bc9a152 [diff] |
[ARM] disable NX support for OABI-supporting kernels Our signal syscall restart handling for these kernels still uses the userspace stack to build code for restarting the syscall. Unfortunately, fixing this is non-trivial, and so for the time being, we resolve the problem by disabling NX support. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>