* [PATCH] Fix LH workaround on UP systems
@ 2004-09-27 10:42 Andi Kleen
0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2004-09-27 10:42 UTC (permalink / raw)
To: Mallick, Asit K, Siddha, Suresh B, linux-kernel
Didn't compile on !CONFIG_SMP
Signed-off-by: Andi Kleen <ak@suse.de>
diff -u linux/drivers/pci/quirks.c-o linux/drivers/pci/quirks.c
--- linux/drivers/pci/quirks.c-o 2004-09-27 12:34:05.000000000 +0200
+++ linux/drivers/pci/quirks.c 2004-09-27 12:34:44.000000000 +0200
@@ -761,7 +761,9 @@
#endif
noirqdebug_setup("");
#endif
+#ifdef CONFIG_SMP
no_irq_affinity = 1;
+#endif
}
config &= ~0x2;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-09-27 10:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-27 10:42 [PATCH] Fix LH workaround on UP systems Andi Kleen
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®