[PATCH] Fix LH workaround on UP systems

From: Andi Kleen
Date: Mon Sep 27 2004 - 05:47:50 EST



Didn't compile on !CONFIG_SMP

Signed-off-by: Andi Kleen <ak@xxxxxxx>

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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/