|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] prob make xen/stable-2.6.33 acpi
On Wed, Jul 21, 2010 at 03:36:53PM +0200, Torsten Lehmann wrote:
>
> info only...
>
> http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git
> 2010-07-06 Jeremy Fitzhardinge Merge commit 'v2.6.33.6' into
> xen/stable-2.6.33.x commit | commitdiff | tree | snapshot
>
> $ ls -l xen*gz
> -rw------- 1 admin src 85485768 Jul 21 12:08 xen-de2bb9a.tar.gz
>
> eva1:/usr/src/xen-de2bb9a# make all modules modules_install 2>&1 | tee
> make.out
> ...
> CC drivers/acpi/hest.o
> CC drivers/acpi/wakeup.o
> CC drivers/acpi/sleep.o
> In file included from drivers/acpi/sleep.c:22:
> include/xen/acpi.h: In function 'xen_acpi_processor_ppc_has_changed':
> include/xen/acpi.h:62: error: too few arguments to function
> 'acpi_processor_ppc_has_changed'
> make[2]: *** [drivers/acpi/sleep.o] Error 1
> make[1]: *** [drivers/acpi] Error 2
> make: *** [drivers] Error 2
>
> eva1:/usr/src/xen-de2bb9a# egrep
> "APIC|ACPI_PROCFS|PRIV|CONFIG_X86_(32|64)" .config | grep "^CONFIG"
> CONFIG_X86_32=y
> CONFIG_X86_32_SMP=y
> CONFIG_X86_32_LAZY_GS=y
> CONFIG_XEN_PRIVILEGED_GUEST=y
> CONFIG_X86_LOCAL_APIC=y
> CONFIG_X86_IO_APIC=y
> CONFIG_ACPI_PROCFS=y
> CONFIG_ACPI_PROCFS_POWER=y
> CONFIG_PCI_IOAPIC=y
>
>
Just in case try the "troubleshooting" configs listed on:
http://wiki.xensource.com/xenwiki/XenParavirtOps
and run "make clean", then copy the .config, and then "make oldconfig" before
compiling.
-- Pasi
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|