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:
c5c606d
)
x86: make hibernation always-possible
author
Ingo Molnar
<mingo@elte.hu>
Wed, 11 Feb 2009 16:20:51 +0000
(17:20 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 11 Feb 2009 16:20:51 +0000
(17:20 +0100)
This commit:
aced3ce
: x86/Voyager: remove HIBERNATION Kconfig quirk
Made hibernation only available on UP - instead of making it available
on all of x86. Fix it.
Reported-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index 4a27aa41f6dffe544ab10af4c688519ccd4385aa..148c112c9ca4b4a05b44a13a6d61d4329cb71aae 100644
(file)
--- a/
arch/x86/Kconfig
+++ b/
arch/x86/Kconfig
@@
-140,7
+140,6
@@
config HAVE_CPUMASK_OF_CPU_MAP
config ARCH_HIBERNATION_POSSIBLE
def_bool y
- depends on !SMP
config ARCH_SUSPEND_POSSIBLE
def_bool y