summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/suspend.h
diff options
context:
space:
mode:
authorLen Brown2007-07-25 04:26:33 +0200
committerLen Brown2007-07-25 07:29:39 +0200
commite8b2fd01228f690c3e0cb3f14facfa8d93d4adae (patch)
treefb69560e2a584a8ca82985a99e42ec189d592091 /include/asm-i386/suspend.h
parentACPI: Kconfig: always enable CONFIG_ACPI_SLEEP on X86 (diff)
downloadkernel-qcow2-linux-e8b2fd01228f690c3e0cb3f14facfa8d93d4adae.tar.gz
kernel-qcow2-linux-e8b2fd01228f690c3e0cb3f14facfa8d93d4adae.tar.xz
kernel-qcow2-linux-e8b2fd01228f690c3e0cb3f14facfa8d93d4adae.zip
ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source
As it was a synonym for (CONFIG_ACPI && CONFIG_X86), the ifdefs for it were more clutter than they were worth. For ia64, just add a few stubs in anticipation of future S3 or S4 support. Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/asm-i386/suspend.h')
-rw-r--r--include/asm-i386/suspend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/suspend.h b/include/asm-i386/suspend.h
index 8dbaafe611ff..a2520732ffd6 100644
--- a/include/asm-i386/suspend.h
+++ b/include/asm-i386/suspend.h
@@ -21,7 +21,7 @@ struct saved_context {
unsigned long return_address;
} __attribute__((packed));
-#ifdef CONFIG_ACPI_SLEEP
+#ifdef CONFIG_ACPI
extern unsigned long saved_eip;
extern unsigned long saved_esp;
extern unsigned long saved_ebp;