Re: [PATCH] fixes for 2.6.0-test9

From: Greg KH
Date: Wed Oct 29 2003 - 19:54:25 EST


ChangeSet 1.1386, 2003/10/29 16:04:55-08:00, greg@xxxxxxxxx

[PATCH] USB: don't build the whiteheat driver if on SMP as the locking is all messed up.


drivers/usb/serial/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
--- a/drivers/usb/serial/Kconfig Wed Oct 29 16:45:09 2003
+++ b/drivers/usb/serial/Kconfig Wed Oct 29 16:45:09 2003
@@ -73,7 +73,7 @@

config USB_SERIAL_WHITEHEAT
tristate "USB ConnectTech WhiteHEAT Serial Driver"
- depends on USB_SERIAL
+ depends on USB_SERIAL && BROKEN_ON_SMP
help
Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
USB to serial converter device.

-
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/