Hi Andrew, One of your patches in 2.6.11-rc3-mm1 breaks ACPI_BOOT for ia64. It removes the dependence on CONFIG_ACPI and makes it exclusively depend on X86_HT, which is wrong.
Signed-off-by: Martin Hicks <[EMAIL PROTECTED]> Index: linux-2.6.11-rc3-mm1/drivers/acpi/Kconfig =================================================================== --- linux-2.6.11-rc3-mm1.orig/drivers/acpi/Kconfig 2005-02-07 12:31:54.000000000 -0800 +++ linux-2.6.11-rc3-mm1/drivers/acpi/Kconfig 2005-02-08 11:57:04.000000000 -0800 @@ -42,7 +42,7 @@ config ACPI_BOOT bool - depends on X86_HT + depends on X86_HT || IA64 default y if ACPI - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/