Re: build problem with 2.6.10-rc2-mm4: undefined reference to`acpi_boot_table_init'

From: Andrew Morton
Date: Tue Nov 30 2004 - 21:20:40 EST


Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:
>
> arch/i386/kernel/built-in.o(.init.text+0x167a): In function
> `setup_frame':
> include/asm/thread_info.h:89: undefined reference to
> `acpi_boot_table_init'

--- 25/include/linux/acpi.h~x86_64-split-acpi-boot-table-parsing-fix 2004-11-30 18:16:49.597262704 -0800
+++ 25-akpm/include/linux/acpi.h 2004-11-30 18:17:12.974708792 -0800
@@ -418,6 +418,10 @@ static inline int acpi_boot_init(void)
return 0;
}

+static inline int acpi_boot_table_init(void)
+{
+ return 0;
+}

static inline int acpi_table_init(void)
{
_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/