Hello! I have tried to compile Linux kernel v. 2.6.31 git18 and have received these warnings: WARNING: vmlinux.o(.text+0x1aa4a): Section mismatch in reference from the function acpi_save_state_mem() to the function .cpuinit.text:setup_trampoline() The function acpi_save_state_mem() references the function __cpuinit setup_trampoline(). This is often because acpi_save_state_mem lacks a __cpuinit annotation or the annotation of setup_trampoline is wrong. WARNING: drivers/acpi/processor.o(.text+0xa64): Section mismatch in reference from the function acpi_processor_add() to the function .cpuinit.text:acpi_processor_power_init() The function acpi_processor_add() references the function __cpuinit acpi_processor_power_init(). This is often because acpi_processor_add lacks a __cpuinit annotation or the annotation of acpi_processor_power_init is wrong. I hope this troubles will be corrected soon. P.S.:I'm very sorry for my poor English. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html