projects
/
GitHub
/
moto-9609
/
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:
b7c3c5c
)
suspend, xen: enable PM_SLEEP for CONFIG_XEN
author
Jeremy Fitzhardinge
<jeremy@goop.org>
Tue, 8 Jul 2008 22:07:08 +0000
(15:07 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 16 Jul 2008 09:04:27 +0000
(11:04 +0200)
Xen save/restore requires PM_SLEEP to be set without requiring
SUSPEND or HIBERNATION.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Stephen Tweedie <sct@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/power/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/kernel/power/Kconfig
b/kernel/power/Kconfig
index b45da40e8d25f6a480fb8366004fcd4de2607ef4..1436c47cb39b3024c22f5566424e34f5078fa54a 100644
(file)
--- a/
kernel/power/Kconfig
+++ b/
kernel/power/Kconfig
@@
-82,7
+82,7
@@
config PM_SLEEP_SMP
config PM_SLEEP
bool
- depends on SUSPEND || HIBERNATION
+ depends on SUSPEND || HIBERNATION
|| XEN
default y
config SUSPEND