* [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* Re: [patch] xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN
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
0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Fitzhardinge @ 2008-09-29 23:52 UTC (permalink / raw)
To: Chuck Ebbert; +Cc: Ingo Molnar, linux-kernel
Chuck Ebbert wrote:
> 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>
>
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.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
* Re: [patch] xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN
2008-09-29 23:52 ` Jeremy Fitzhardinge
@ 2008-09-30 7:58 ` Ingo Molnar
0 siblings, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2008-09-30 7:58 UTC (permalink / raw)
To: Jeremy Fitzhardinge; +Cc: Chuck Ebbert, linux-kernel
* Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Chuck Ebbert wrote:
> > 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>
> >
> Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
applied to tip/x86/xen, thanks! (hand-applied it as this portion already
changed relative to mainline)
Ingo
^ 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