Jan Dittmer <[EMAIL PROTECTED]> wrote: > > Andrew Morton wrote: > > - The bk-acpi patch here causes my ia64 test box to hang during boot > > > bk-ia64.patch > > ia64 defconfig does not even build anymore: > > > CC [M] drivers/char/agp/hp-agp.o > In file included from /usr/src/ctest/mm/kernel/drivers/char/agp/hp-agp.c:18: > include2/asm/acpi-ext.h:15: error: parse error before "hp_acpi_csr_space" > include2/asm/acpi-ext.h:15: error: parse error before "u64" > include2/asm/acpi-ext.h:15: warning: type defaults to `int' in declaration of > `hp_acpi_csr_space'
I suppose this is needed. --- 25/include/asm-ia64/acpi-ext.h~acpi-ext-build-fix Fri Apr 8 15:19:43 2005 +++ 25-akpm/include/asm-ia64/acpi-ext.h Fri Apr 8 15:20:12 2005 @@ -11,6 +11,7 @@ #define _ASM_IA64_ACPI_EXT_H #include <linux/types.h> +#include <acpi/actypes.h> extern acpi_status hp_acpi_csr_space (acpi_handle, u64 *base, u64 *length); _ - 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/