projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
244bc05
)
[PATCH] SOFTWARE_SUSPEND needs HOTPLUG_CPU on SMP
author
Randy Dunlap
<rdunlap@xenotime.net>
Fri, 23 Sep 2005 04:43:56 +0000
(21:43 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 23 Sep 2005 05:17:34 +0000
(22:17 -0700)
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>
kernel/power/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/kernel/power/Kconfig
b/kernel/power/Kconfig
index 396c7873e804076a7dbdf718bcbbcc19bb94f475..46a5e5acff97aaa86b4d3429e33fe07ca03d7bf4 100644
(file)
--- a/
kernel/power/Kconfig
+++ b/
kernel/power/Kconfig
@@
-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.