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: MMI-PSA29.97-13-9~27494^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3f5b3e17f791ba27f91fc4fdc514e7704d4d6273;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.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 df1a92afa56a..3ca0fe1a9123 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"