public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN
@ 2008-09-29 22:24 Chuck Ebbert
  2008-09-29 23:52 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 3+ messages in thread
From: Chuck Ebbert @ 2008-09-29 22:24 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Ingo Molnar, linux-kernel

From: Chuck Ebbert <cebbert@redhat.com>

xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN

Xen options need to depend on XEN.
Also, add newline at end of file.

Without this patch you need to disable CONFIG_PM in order to
disable CPU hotplugging.

Signed-off-by: Chuck Ebbert <cebbert@redhat.com>

---

Index: linux-2.6.26.noarch/arch/x86/xen/Kconfig
===================================================================
--- linux-2.6.26.noarch.orig/arch/x86/xen/Kconfig
+++ linux-2.6.26.noarch/arch/x86/xen/Kconfig
@@ -26,5 +26,5 @@ config XEN_MAX_DOMAIN_MEMORY
 
 config XEN_SAVE_RESTORE
        bool
-       depends on PM
-       default y
\ No newline at end of file
+       depends on XEN && PM
+       default y

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-30  7:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-29 22:24 [patch] xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN Chuck Ebbert
2008-09-29 23:52 ` Jeremy Fitzhardinge
2008-09-30  7:58   ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox