From: Dan Aloni <da-x@gmx.net>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.5.37 : compile failed with undefined reference to find_smp_config with SMP disabled
Date: Sat, 21 Sep 2002 19:37:52 +0300 [thread overview]
Message-ID: <20020921163752.GA19943@callisto.yi.org> (raw)
In-Reply-To: <20020921115942.A161@alexis.itd.umich.edu>
On Sat, Sep 21, 2002 at 11:59:42AM -0400, Alexis de Bernis wrote:
> This happens with the vanilla 2.5.37 kernel. More information available
> on demand.
>
> Note : I have even more undefined reference with APIC enabled (and even, even more
> with IO-APIC enabled).
The problem is that CONFIG_X86_FIND_SMP_CONFIG gets always enabled when you
enable APIC (CONFIG_X86_LOCAL_APIC).
--- linux-2.5-BKcurr/arch/i386/config.in.orig 2002-09-21 19:32:26.000000000 +0300
+++ linux-2.5-BKcurr/arch/i386/config.in 2002-09-21 19:33:00.000000000 +0300
@@ -440,7 +440,9 @@
if [ "$CONFIG_X86_LOCAL_APIC" = "y" ]; then
define_bool CONFIG_X86_EXTRA_IRQS y
- define_bool CONFIG_X86_FIND_SMP_CONFIG y
+ if [ "$CONFIG_SMP" = "y" ]; then
+ define_bool CONFIG_X86_FIND_SMP_CONFIG y
+ fi
fi
endmenu
--
Dan Aloni
da-x@gmx.net
prev parent reply other threads:[~2002-09-21 16:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-21 15:59 Alexis de Bernis
2002-09-21 16:37 ` Dan Aloni [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=20020921163752.GA19943@callisto.yi.org \
--to=da-x@gmx.net \
--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
all inboxes | Powered by JetHome®