aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/acpi
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-01-15 22:02:35 +0000
committerKeir Fraser <keir@xen.org>2012-01-15 22:02:35 +0000
commita2c9c2f9f08b1cf12cb56644417bde6373095e80 (patch)
tree5764cb261c784a684503c5c65b1e1a95d4a69dae /xen/arch/x86/acpi
parenta54239be9af2a50e9e849e3f7da8193256ad39bc (diff)
downloadxen-a2c9c2f9f08b1cf12cb56644417bde6373095e80.tar.gz
xen-a2c9c2f9f08b1cf12cb56644417bde6373095e80.tar.bz2
xen-a2c9c2f9f08b1cf12cb56644417bde6373095e80.zip
x86: Make asmlinkage explicitly a no-op, and avoid usage in arch/x86
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/acpi')
-rw-r--r--xen/arch/x86/acpi/power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/acpi/power.c b/xen/arch/x86/acpi/power.c
index 7bcc381fe4..4b242043c8 100644
--- a/xen/arch/x86/acpi/power.c
+++ b/xen/arch/x86/acpi/power.c
@@ -311,7 +311,7 @@ static void tboot_sleep(u8 sleep_state)
}
/* System is really put into sleep state by this stub */
-acpi_status asmlinkage acpi_enter_sleep_state(u8 sleep_state)
+acpi_status acpi_enter_sleep_state(u8 sleep_state)
{
acpi_status status;