From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Chuck Ebbert <cebbert@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>, linux-kernel@vger.kernel.org
Subject: Re: [patch] xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN
Date: Mon, 29 Sep 2008 16:52:14 -0700 [thread overview]
Message-ID: <48E16A2E.10603@goop.org> (raw)
In-Reply-To: <20080929182423.268c4283@redhat.com>
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
>
next prev parent reply other threads:[~2008-09-29 23:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2008-09-30 7:58 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48E16A2E.10603@goop.org \
--to=jeremy@goop.org \
--cc=cebbert@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox