From: Ingo Molnar Date: Wed, 11 Feb 2009 16:20:51 +0000 (+0100) Subject: x86: make hibernation always-possible X-Git-Tag: v2.6.31-rc1~383^2~508^2~7 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=17993b49b1f540aace8e9b4242530d0b3376eb2a;p=~shefty%2Frdma-dev.git 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 Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 4a27aa41f6d..148c112c9ca 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