projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cad9bc6
)
MIPS: Allow suspend and hibernation again on uniprocessor kernels.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 2 Jul 2009 10:48:07 +0000
(11:48 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 3 Jul 2009 14:45:28 +0000
(15:45 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
arch/mips/Kconfig
patch
|
blob
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index
df1a92a
..
3ca0fe1
100644
(file)
--- 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"