Skip to content

Commit

Permalink
MIPS: SMP: Allow suspend and hibernation if CPU hotplug is available
Browse files Browse the repository at this point in the history
The SMP implementation of suspend and hibernate depends on CPU hotplugging.
In the past we didn't have CPU hotplug so suspend and hibernation were not
possible on SMP systems.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jun 24, 2009
1 parent 1b2bc75 commit 9801b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2145,11 +2145,11 @@ menu "Power management options"

config ARCH_HIBERNATION_POSSIBLE
def_bool y
depends on !SMP
depends on SYS_SUPPORTS_HOTPLUG_CPU

config ARCH_SUSPEND_POSSIBLE
def_bool y
depends on !SMP
depends on SYS_SUPPORTS_HOTPLUG_CPU

source "kernel/power/Kconfig"

Expand Down

0 comments on commit 9801b32

Please sign in to comment.