mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] fix visws breakage in 2.5.67
@ 2003-04-09  5:07 Andrey Panin
  0 siblings, 0 replies; only message in thread
From: Andrey Panin @ 2003-04-09  5:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

Hi,

someone broke visws again :(

This patch fixes it by adding '#ifdef CONFIG_X86_IO_APIC'
around call to setup_ioapic_dest() in smp_cpus_done().

Best regards.

-- 
Andrey Panin		| Embedded systems software developer
pazke@orbita1.ru	| PGP key: wwwkeys.pgp.net

[-- Attachment #2: patch-ioapic-2.5.67 --]
[-- Type: text/plain, Size: 440 bytes --]

diff -urN -X /usr/share/dontdiff linux-2.5.67.vanilla/arch/i386/kernel/smpboot.c linux-2.5.67/arch/i386/kernel/smpboot.c
--- linux-2.5.67.vanilla/arch/i386/kernel/smpboot.c	Wed Apr  9 19:43:46 2003
+++ linux-2.5.67/arch/i386/kernel/smpboot.c	Wed Apr  9 19:16:46 2003
@@ -1155,7 +1155,9 @@
 
 void __init smp_cpus_done(unsigned int max_cpus)
 {
+#ifdef CONFIG_X86_IO_APIC
 	setup_ioapic_dest(TARGET_CPUS);
+#endif
 	zap_low_mappings();
 }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-09  4:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-09  5:07 [PATCH] fix visws breakage in 2.5.67 Andrey Panin

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®