* 2.4.10pre12: IO_APIC_init_uniprocessor undefined
@ 2001-09-19 8:52 Henrik Størner
2001-09-19 11:30 ` Keith Owens
0 siblings, 1 reply; 2+ messages in thread
From: Henrik Størner @ 2001-09-19 8:52 UTC (permalink / raw)
To: linux-kernel
Compiling without SMP but with "APIC and IO-APIC support on
uniprocessors" enabled, i.e.
# CONFIG_SMP is not set
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
fails with IO_APIC_init_uniprocessor undefined. This comes from
init/main.c line 486, which has the only mention of this routine
in the kernel source - it seems pre12 removed this routine from
kernel/io_apic.c. So is this just a forgotten remnant of that
clean-up, or should there have been a replacement in the patch?
--
Henrik Storner <henrik@hswn.dk>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.4.10pre12: IO_APIC_init_uniprocessor undefined
2001-09-19 8:52 2.4.10pre12: IO_APIC_init_uniprocessor undefined Henrik Størner
@ 2001-09-19 11:30 ` Keith Owens
0 siblings, 0 replies; 2+ messages in thread
From: Keith Owens @ 2001-09-19 11:30 UTC (permalink / raw)
To: henrik; +Cc: linux-kernel, torvalds
On Wed, 19 Sep 2001 10:52:40 +0200,
<henrik@hswn.dk> wrote:
>Compiling without SMP but with "APIC and IO-APIC support on
>uniprocessors" enabled, i.e.
>fails with IO_APIC_init_uniprocessor undefined.
Index: 10-pre12.1/init/main.c
--- 10-pre12.1/init/main.c Fri, 06 Jul 2001 09:49:24 +1000 kaos (linux-2.4/k/11_main.c 1.1.5.1.1.8.1.3 644)
+++ 10-pre12.1(w)/init/main.c Wed, 19 Sep 2001 21:28:17 +1000 kaos (linux-2.4/k/11_main.c 1.1.5.1.1.8.1.3 644)
@@ -483,7 +483,7 @@ extern void cpu_idle(void);
#ifdef CONFIG_X86_IO_APIC
static void __init smp_init(void)
{
- IO_APIC_init_uniprocessor();
+ APIC_init_uniprocessor();
}
#else
#define smp_init() do { } while (0)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-09-19 11:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-19 8:52 2.4.10pre12: IO_APIC_init_uniprocessor undefined Henrik Størner
2001-09-19 11:30 ` Keith Owens
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.