diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-02-11 11:20:51 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-02-11 11:20:51 -0500 |
| commit | 17993b49b1f540aace8e9b4242530d0b3376eb2a (patch) | |
| tree | 4de6eecd7abf729fc38677d65c558854e1c344e8 | |
| parent | c5c606d9dce6e0852a401c57a8b0542acdbb6796 (diff) | |
x86: make hibernation always-possible
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>
| -rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 4a27aa41f6d..148c112c9ca 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
| @@ -140,7 +140,6 @@ config HAVE_CPUMASK_OF_CPU_MAP | |||
| 140 | 140 | ||
| 141 | config ARCH_HIBERNATION_POSSIBLE | 141 | config ARCH_HIBERNATION_POSSIBLE |
| 142 | def_bool y | 142 | def_bool y |
| 143 | depends on !SMP | ||
| 144 | 143 | ||
| 145 | config ARCH_SUSPEND_POSSIBLE | 144 | config ARCH_SUSPEND_POSSIBLE |
| 146 | def_bool y | 145 | def_bool y |
