[PATCH 2.6 IrDA] broken_smp

From: Jean Tourrilhes
Date: Wed Feb 25 2004 - 22:37:57 EST


irXXX_broken_smp.diff :
~~~~~~~~~~~~~~~~~~~~~
<Patch from Stephen Hemminger>
o [FEATURE] mark irport driver has having locking issues


diff -Nru a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig
--- a/drivers/net/irda/Kconfig Wed Feb 18 09:56:50 2004
+++ b/drivers/net/irda/Kconfig Wed Feb 18 09:56:50 2004
@@ -138,7 +138,7 @@

config IRPORT_SIR
tristate "IrPORT (IrDA serial driver)"
- depends on IRDA
+ depends on IRDA && BROKEN_ON_SMP
---help---
Say Y here if you want to build support for the IrPORT IrDA device
driver. To compile it as a module, choose M here: the module will be
@@ -156,7 +156,7 @@

config DONGLE_OLD
bool "Old Serial dongle support"
- depends on IRTTY_OLD || IRPORT_SIR
+ depends on (IRTTY_OLD || IRPORT_SIR) && BROKEN_ON_SMP
help
Say Y here if you have an infrared device that connects to your
computer's serial port. These devices are called dongles. Then say Y
-
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/