Re: 2.4.10pre12: IO_APIC_init_uniprocessor undefined

From: Keith Owens (kaos@ocs.com.au)
Date: Wed Sep 19 2001 - 06:30:53 EST


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)

-
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/



This archive was generated by hypermail 2b29 : Sun Sep 23 2001 - 21:00:29 EST