From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Olaf Hering <olaf@aepfle.de>, Ian Campbell <Ian.Campbell@eu.citrix.com>
Cc: xen-devel@lists.xensource.com, Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: Re: [PATCH] processor_xen.o should depend on CONFIG_XEN
Date: Fri, 18 Mar 2011 12:43:15 -0400 [thread overview]
Message-ID: <20110318164315.GB1184@dumpdata.com> (raw)
In-Reply-To: <20110318152333.GA19826@aepfle.de>
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@aepfle.de>
>
> ---
> 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@lists.xensource.com
> http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2011-03-18 16:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-12 15:07 processor_xen.o should depend on CONFIG_XEN Olaf Hering
2011-03-15 18:13 ` Ian Jackson
2011-03-18 15:23 ` [PATCH] " Olaf Hering
2011-03-18 16:32 ` Ian Jackson
2011-03-18 16:43 ` Konrad Rzeszutek Wilk [this message]
2011-03-18 17:20 ` Olaf Hering
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=20110318164315.GB1184@dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=Ian.Campbell@eu.citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=olaf@aepfle.de \
--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.