public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [FIX] Compiler error on linux-2.4.11-pre4/arch/i386/kernel/mpparse.c
@ 2001-10-05 15:26 Philipp Matthias Hahn
  2001-10-05 16:10 ` Olaf Zaplinski
  0 siblings, 1 reply; 3+ messages in thread
From: Philipp Matthias Hahn @ 2001-10-05 15:26 UTC (permalink / raw)
  To: Kernel Mailing List

Hello LKML!

patch-2.4.11-pre4 adds the following lines to include/acm-i386/smp.h:90
+#ifndef clustered_apic_mode
+ #ifdef CONFIG_MULTIQUAD
+  #define clustered_apic_mode (1)
+  #define esr_disable (1)
+ #else /* !CONFIG_MULTIQUAD */
+  #define clustered_apic_mode (0)
+  #define esr_disable (0)
+ #endif /* CONFIG_MULTIQUAD */
+#endif

which don't get included when compiling for non-SMP. Move those lines up
before
line 37 with "#ifdef CONFIG_SMP" and compiling should work again.

BYtE
Philipp
-- 
  / /  (_)__  __ ____  __ Philipp Hahn
 / /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\ pmhahn@titan.lahn.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-10-05 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-05 15:26 [FIX] Compiler error on linux-2.4.11-pre4/arch/i386/kernel/mpparse.c Philipp Matthias Hahn
2001-10-05 16:10 ` Olaf Zaplinski
2001-10-05 17:39   ` Martin J. Bligh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox