summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-11 17:20:51 +0100
committerIngo Molnar <mingo@elte.hu>2009-02-11 17:20:51 +0100
commit17993b49b1f540aace8e9b4242530d0b3376eb2a (patch)
tree4de6eecd7abf729fc38677d65c558854e1c344e8 /arch
parentc5c606d9dce6e0852a401c57a8b0542acdbb6796 (diff)
x86: make hibernation always-possible
This commit: aced3ce: x86/Voyager: remove HIBERNATION Kconfig quirk Made hibernation only available on UP - instead of making it available on all of x86. Fix it. Reported-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 4a27aa41f6df..148c112c9ca4 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -140,7 +140,6 @@ config HAVE_CPUMASK_OF_CPU_MAP
config ARCH_HIBERNATION_POSSIBLE
def_bool y
- depends on !SMP
config ARCH_SUSPEND_POSSIBLE
def_bool y