WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] processor_xen.o should depend on CONFIG_XEN

To: Olaf Hering <olaf@xxxxxxxxx>, Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] processor_xen.o should depend on CONFIG_XEN
From: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Date: Fri, 18 Mar 2011 12:43:15 -0400
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Delivery-date: Fri, 18 Mar 2011 09:44:05 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20110318152333.GA19826@xxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20110312150736.GA31505@xxxxxxxxx> <19839.44086.702216.123545@xxxxxxxxxxxxxxxxxxxxxxxx> <20110318152333.GA19826@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.20 (2009-06-14)
On Fri, Mar 18, 2011 at 04:23:33PM +0100, Olaf Hering wrote:
> processor_xen.c references symbols which are only availabe if CONFIG_XEN
> is enabled.

Hehe. I saw this for 2.6.38 some time ago from Ian Campbell and promptly
forgot. Now it comes up again. Will stick it on 2.6.39 bug-fix branch shortly.
> 
> Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
> 
> ---
>  drivers/acpi/Makefile |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: linux-2.6.32.32-0.2-pvops/drivers/acpi/Makefile
> ===================================================================
> --- linux-2.6.32.32-0.2-pvops.orig/drivers/acpi/Makefile
> +++ linux-2.6.32.32-0.2-pvops/drivers/acpi/Makefile
> @@ -61,7 +61,7 @@ obj-$(CONFIG_ACPI_POWER_METER)      += power_
>  # processor has its own "processor." module_param namespace
>  processor-y                  := processor_core.o processor_throttling.o
>  processor-y                  += processor_idle.o processor_thermal.o
> -processor-y                  += processor_xen.o
> +processor-$(CONFIG_XEN)              += processor_xen.o
>  processor-$(CONFIG_CPU_FREQ) += processor_perflib.o
>  
>  obj-$(CONFIG_ACPI_PROCESSOR_AGGREGATOR) += acpi_pad.o
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel