xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: xen-devel@lists.xensource.com
Subject: [PATCH] processor_xen.o should depend on CONFIG_XEN
Date: Fri, 18 Mar 2011 16:23:33 +0100	[thread overview]
Message-ID: <20110318152333.GA19826@aepfle.de> (raw)
In-Reply-To: <19839.44086.702216.123545@mariner.uk.xensource.com>

processor_xen.c references symbols which are only availabe if CONFIG_XEN
is enabled.

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

  reply	other threads:[~2011-03-18 15:23 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   ` Olaf Hering [this message]
2011-03-18 16:32     ` [PATCH] " Ian Jackson
2011-03-18 16:43     ` Konrad Rzeszutek Wilk
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=20110318152333.GA19826@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=Ian.Jackson@eu.citrix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).