Skip to content

Commit

Permalink
[PATCH] SOFTWARE_SUSPEND needs HOTPLUG_CPU on SMP
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Sep 23, 2005
1 parent 244bc05 commit 720b942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/power/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ config PM_DEBUG

config SOFTWARE_SUSPEND
bool "Software Suspend"
depends on PM && SWAP && (X86 || ((FVR || PPC32) && !SMP))
depends on PM && SWAP && (X86 && (!SMP || SUSPEND_SMP)) || ((FVR || PPC32) && !SMP)
---help---
Enable the possibility of suspending the machine.
It doesn't need APM.
Expand Down

0 comments on commit 720b942

Please sign in to comment.