All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Ian Campbell <ian.campbell@citrix.com>
Cc: xen-devel@lists.xensource.com,
	Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>,
	Yu Ke <ke.yu@intel.com>, Ian Campbell <ijc@hellion.org.uk>
Subject: Re: [PATCH] xen: allow CONFIG_ACPI_PROCESSOR_XEN=m
Date: Thu, 03 Dec 2009 14:41:19 -0800	[thread overview]
Message-ID: <4B183E8F.6040601@goop.org> (raw)
In-Reply-To: <1259877811-32572-1-git-send-email-ian.campbell@citrix.com>

On 12/03/09 14:03, Ian Campbell wrote:
> diff --git a/include/xen/acpi.h b/include/xen/acpi.h
> index 3d7ea40..8506688 100644
> --- a/include/xen/acpi.h
> +++ b/include/xen/acpi.h
> @@ -41,7 +41,7 @@ int acpi_notify_hypervisor_state(u8 sleep_state,
>   #define HOTPLUG_TYPE_ADD	0
>   #define HOTPLUG_TYPE_REMOVE	1
>
> -#ifdef CONFIG_ACPI_PROCESSOR_XEN
> +#if defined(CONFIG_ACPI_PROCESSOR_XEN) || defined(CONFIG_ACPI_PROCESSOR_XEN_MODULE)
>    

Is this necessary?  I thought =m defined CONFIG_ACPI_PROCESSOR_XE.

     J
>
>   struct processor_cntl_xen_ops {
>   	/* Transfer processor PM events to xen */
>    

  reply	other threads:[~2009-12-03 22:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-03 22:03 [PATCH] xen: allow CONFIG_ACPI_PROCESSOR_XEN=m Ian Campbell
2009-12-03 22:41 ` Jeremy Fitzhardinge [this message]
2009-12-03 22:46   ` Ian Campbell

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=4B183E8F.6040601@goop.org \
    --to=jeremy@goop.org \
    --cc=ian.campbell@citrix.com \
    --cc=ijc@hellion.org.uk \
    --cc=jeremy.fitzhardinge@citrix.com \
    --cc=ke.yu@intel.com \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.