Changes between Version 5 and Version 6 of Xen/dom0_Kernel


Ignore:
Timestamp:
Nov 5, 2009, 9:10:34 AM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen/dom0_Kernel

    v5 v6  
    1717$ cd linux-2.6-xen
    1818$ git branch
     19}}}
     20   * Problem
     21{{{
     22#!sh
     23> drivers/built-in.o: In function `processor_cntl_xen_prepare':
     24> (.text+0x50aba): undefined reference to `acpi_processor_get_performance_info'
     25> drivers/built-in.o: In function `processor_cntl_xen_prepare':
     26> (.text+0x50ad9): undefined reference to `acpi_processor_get_psd'
     27> drivers/built-in.o: In function `xenfb_init':
     28> xen-fbfront.c:(.init.text+0xd62): undefined reference to `__xenbus_register_frontend'
     29> drivers/built-in.o: In function `xenkbd_init':
     30> xen-kbdfront.c:(.init.text+0x7b48): undefined reference to `__xenbus_register_frontend'
     31> make: *** [.tmp_vmlinux1] Error 1
     32
     33There's a known problem with making ACPI modular.  Compiling them builting (=y) should work.
    1934}}}
    2035----