From: Philipp Matthias Hahn <pmhahn@titan.lahn.de>
To: Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: hch@infradead.org
Subject: [BUG] skip_ioapic_setup
Date: Tue, 16 Apr 2002 13:20:37 +0200 [thread overview]
Message-ID: <20020416112037.GA9185@titan.lahn.de> (raw)
In-Reply-To: <Pine.LNX.4.21.0204160049130.18896-100000@freak.distro.conectiva>
On Tue, Apr 16, 2002 at 12:50:13AM -0300, Marcelo Tosatti wrote:
> <hch@infradead.org> (02/04/15 1.407)
> [PATCH] disable APIC when broken mptable is found
[...]
> <hch@infradead.org> (02/04/15 1.410)
> [PATCH] allow forcing APIC mode
Linking fails:
ld -m elf_i386 -T /usr/src/linux-2.4.19/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o
init/version.o init/do_mounts.o --start-group arch/i386/kernel/kernel.o
arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o kdb/kdb.o
drivers/acpi/acpi.o drivers/char/char.o drivers/block/block.o
drivers/misc/misc.o drivers/net/net.o drivers/media/media.o
drivers/ide/idedriver.o drivers/cdrom/driver.o drivers/pci/driver.o
drivers/net/pcmcia/pcmcia_net.o drivers/net/wireless/wireless_net.o
drivers/video/video.o drivers/isdn/vmlinux-obj.o net/network.o
/usr/src/linux-2.4.19/arch/i386/lib/lib.a
/usr/src/linux-2.4.19/lib/lib.a
/usr/src/linux-2.4.19/arch/i386/lib/lib.a
/usr/src/linux-2.4.19/arch/i386/kdb/kdba.o --end-group -o .tmp_vmlinux1
init/main.o: In function `smp_init':
init/main.o(.text.init+0x686): undefined reference to `skip_ioapic_setup'
arch/i386/kernel/kernel.o: In function `broken_pirq':
arch/i386/kernel/kernel.o(.text.init+0x302a): undefined reference to `skip_ioapic_setup'
skip_ioapic_setup is defined in arch/i386/io_apic.c, which is
conditionally compiled only, if CONFIG_X86_IO_APIC is defined. which is
only defined for SMP or when CONFIG_X86_UP_IOAPIC is set.
init/main.c:332 and arch/i386/kernel/dmi_scan.c:357 do both use it and
don't depend on CONFIG_X86_IO_APIC themselves.
BYtE
Philipp
--
/ / (_)__ __ ____ __ Philipp Hahn
/ /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\ pmhahn@titan.lahn.de
next prev parent reply other threads:[~2002-04-16 11:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-16 3:50 Linux 2.4.19-pre7 Marcelo Tosatti
2002-04-16 8:57 ` Gerd Knorr
2002-04-16 9:30 ` Tommi Kyntola
2002-04-16 10:00 ` Wade
2002-04-16 10:35 ` Gerd Knorr
2002-04-16 19:56 ` Khalid Aziz
2002-04-17 0:18 ` skidley
2002-04-17 1:17 ` Khalid Aziz
2002-04-16 19:58 ` Bongani
2002-04-16 11:20 ` Philipp Matthias Hahn [this message]
2002-04-16 19:43 ` [BUG] skip_ioapic_setup Christoph Hellwig
2002-04-16 14:17 ` Linux 2.4.19-pre7 Andrea Arcangeli
2002-04-16 19:47 ` Christoph Hellwig
2002-04-23 12:16 ` Marcelo Tosatti
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=20020416112037.GA9185@titan.lahn.de \
--to=pmhahn@titan.lahn.de \
--cc=hch@infradead.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