From: Ralf Baechle Date: Thu, 2 Jul 2009 10:48:07 +0000 (+0100) Subject: MIPS: Allow suspend and hibernation again on uniprocessor kernels. X-Git-Tag: v2.6.31-rc2~5^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f5b3e17f791ba27f91fc4fdc514e7704d4d6273;p=profile%2Fivi%2Fkernel-x86-ivi.git MIPS: Allow suspend and hibernation again on uniprocessor kernels. Signed-off-by: Ralf Baechle Acked-by: Pavel Machek --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index df1a92a..3ca0fe1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2168,11 +2168,11 @@ menu "Power management options" config ARCH_HIBERNATION_POSSIBLE def_bool y - depends on SYS_SUPPORTS_HOTPLUG_CPU + depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP config ARCH_SUSPEND_POSSIBLE def_bool y - depends on SYS_SUPPORTS_HOTPLUG_CPU + depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP source "kernel/power/Kconfig"