From: Andrew Morton <akpm@osdl.org>
To: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: build problem with 2.6.10-rc2-mm4: undefined reference to `acpi_boot_table_init'
Date: Tue, 30 Nov 2004 18:18:17 -0800 [thread overview]
Message-ID: <20041130181817.5268fdeb.akpm@osdl.org> (raw)
In-Reply-To: <1101861462.4087.7.camel@localhost>
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)
{
_
prev parent reply other threads:[~2004-12-01 2:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-01 0:37 build problem with 2.6.10-rc2-mm4: undefined reference to `acpi_boot_table_init' Jeremy Fitzhardinge
2004-12-01 2:18 ` Andrew Morton [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041130181817.5268fdeb.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=jeremy@goop.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox