Skip to content

Commit

Permalink
x86: make hibernation always-possible
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Feb 11, 2009
1 parent c5c606d commit 17993b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17993b4

Please sign in to comment.