From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH] xen: allow CONFIG_ACPI_PROCESSOR_XEN=m Date: Thu, 03 Dec 2009 14:41:19 -0800 Message-ID: <4B183E8F.6040601@goop.org> References: <1259877811-32572-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1259877811-32572-1-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: xen-devel@lists.xensource.com, Jeremy Fitzhardinge , Yu Ke , Ian Campbell List-Id: xen-devel@lists.xenproject.org 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 */ >