From: H. Peter Anvin Date: Mon, 7 Feb 2011 05:16:09 +0000 (-0800) Subject: x86, nx: Mark the ACPI resume trampoline code as +x X-Git-Tag: v2.6.38-rc4~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d344e38b2c151ca5e5e39f562017127e93912528;p=pandora-kernel.git x86, nx: Mark the ACPI resume trampoline code as +x We reserve lowmem for the things that need it, like the ACPI wakeup code, way early to guarantee availability. This happens before we set up the proper pagetables, so set_memory_x() has no effect. Until we have a better solution, use an initcall to mark the wakeup code executable. Originally-by: Matthieu Castet Signed-off-by: H. Peter Anvin Cc: Matthias Hopf Cc: rjw@sisk.pl Cc: Suresh Siddha LKML-Reference: <4D4F8019.2090104@zytor.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed