search for: processor_xen

Displaying 4 results from an estimated 4 matches for "processor_xen".

2010 Dec 22
2
Problem compiling 2.6.32.x pv_ops kernel, centos 5.5 i386, HP DL380 G3
...sues during the kernel compile one of which related to intel agp so I just removed it from .config and didn''t come across it again. This error here has got me stumped though: drivers/built-in.o: In function `xen_acpi_processor_get_info'': /usr/local/src/linux-2.6-xen/drivers/acpi/processor_xen.c:204: undefined reference to `xen_pcpu_index'' make: *** [.tmp_vmlinux1] Error 1 Has anyone else experienced this error or maybe knows of a fix? Thanks, Iain Kay _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensourc...
2011 Nov 30
36
[RFC PATCH] Exporting ACPI Pxx/Cxx states to other kernel subsystems (v1).
...r helpers. ACPI: processor: override the interface of register acpi processor handler for Xen vcpu drivers/acpi/Makefile | 1 + drivers/acpi/processor_driver.c | 48 +++++-- drivers/acpi/processor_idle.c | 10 +- drivers/acpi/processor_perflib.c | 6 +- drivers/acpi/processor_xen.c | 246 ++++++++++++++++++++++++++++++++++ drivers/xen/Kconfig | 5 + drivers/xen/Makefile | 3 + drivers/xen/acpi_processor.c | 269 ++++++++++++++++++++++++++++++++++++++ include/acpi/processor.h | 20 +++- include/xen/acpi.h | 10...
2011 May 31
0
Re: undefined reference to `xen_pcpu_index''
...code. It seems like you also had same problem while compiling kernel code. Wondering if you know solution . > > > This error here has got me stumped though: > > drivers/built-in.o: In function `xen_acpi_processor_get_info'': > /usr/local/src/linux-2.6-xen/drivers/acpi/processor_xen.c:204: undefined reference to `xen_pcpu_index'' > make: *** [.tmp_vmlinux1] Error 1 > > Any help plz _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Jul 06
5
Error of building dom0 kernel
Hi all, I follow instructions(http://wiki.xensource.com/xenwiki/XenParavirtOps) to build XEN and dom0 kernel. Building XEN has no problem, but there is an error which I cannot solve to build dom0 kernel. The brief instructions for building dom0 are get linux-2.6-xen code from git and make ARCH=x86_64 menuconfig, finally generate kernel.deb. (I did every step exactly as the web page says)