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

[Xen-devel] XEN_ACPI_PROCESSOR=m PROBLEM DURING KERNEL COMPILATION

To: Xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] XEN_ACPI_PROCESSOR=m PROBLEM DURING KERNEL COMPILATION
From: Ahmad Hassan <ahmad.hassan@xxxxxxxxx>
Date: Sat, 24 Oct 2009 16:36:44 +0100
Cc:
Delivery-date: Sat, 24 Oct 2009 08:37:10 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=aETm7qNIbGrhD9Md9HwL4X1FP6RF8cN3XZT2VCmgpt4=; b=jLa0oElVMY2f6pvCkDeKZTZNBxilVgvktSkKBFgKzVuukZ/vzcpEZKf9sCukgxd2mQ Xad2lHafRrRjR/NQqQTAB93ohk/J8yf6+2NLZ6lui/mnIYGFP8xdrMiQRJ3DRHMD6Gkr YsWTIs7VFoMUh/YfYUGeBcKTVqEBpLwquqAiU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=QecoV5/IHn6laCU+utUIsS7LegApy09cG9lRbFhTkKuOfOio/nBmwYVRQVrKwSB0Z4 1hfix9PFPYV0LUPsP9tGPXNQnG3RctWJWnrV64KfaLQ9Zflz1y11tUjzu2qT871d/ozO 5tRfrWXk3pa8Yb2KZMsutpFz/MSTJ5Pxjb9eY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I am facing this error while kernel compilation.

drivers/built-in.o: In function `processor_cntl_xen_prepare':
(.text+0x5df52): undefined reference to `acpi_processor_get_
performance_info'
drivers/built-in.o: In function `processor_cntl_xen_prepare':
(.text+0x5df71): undefined reference to `acpi_processor_get_psd'
make[1]: *** [.tmp_vmlinux1] Error 1
make[1]: Leaving directory `/home/ah/xennew/kernel/linux-2.6-xen'
make: *** [debian/stamp/build/kernel] Error 2


I am building kernel latest 2.6.31.4 kernel FOR XEN from jeremy's git tree. I am on amd64 architecture.

If I change the following parameter to 'y' then kernel compiles successfully.
CONFIG_ACPI_PROCESSOR=m

The following parameter is set as 'y' in my config

CONFIG_ACPI_PROCESSOR_XEN=y

But I do not know whether this is the correct way of handling this error or not. Because if I compile and install this kernel and then compile and instal xen 3.4.1 over it then xen hangs on the reboot.

Any help will be more than welcome.


--
Best Regards, Hassan
http://cern.ch/ahmadh/portfolio

Erasmus Student
The University of Reading, UK
Aristotle University of Thessaloniki, Greece
The University Of Carlos III, Madrid Spain

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] XEN_ACPI_PROCESSOR=m PROBLEM DURING KERNEL COMPILATION, Ahmad Hassan <=