lkml.org 
[lkml]   [2004]   [Nov]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: build problem with 2.6.10-rc2-mm4: undefined reference to `acpi_boot_table_init'
Jeremy Fitzhardinge <jeremy@goop.org> 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:08    [W:0.042 / U:0.648 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site