All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SMP fix for 6pack driver
@ 2005-07-04 17:30 Ralf Baechle
  2005-07-05 10:45 ` Chuck Hast
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Ralf Baechle @ 2005-07-04 17:30 UTC (permalink / raw)
  To: Jeff Garzik, stable; +Cc: linux-hams, Marc Schneider

Drivers really only work well in SMP if they actually can be selected.
This is a leftover from the time when the 6pack drive only used to be
a bitrotten variant of the slip driver.

Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org>

 Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-cvs/drivers/net/hamradio/Kconfig
===================================================================
--- linux-cvs.orig/drivers/net/hamradio/Kconfig	2005-05-20 12:29:58.000000000 +0100
+++ linux-cvs/drivers/net/hamradio/Kconfig	2005-07-04 18:23:17.000000000 +0100
@@ -17,7 +17,7 @@
 
 config 6PACK
 	tristate "Serial port 6PACK driver"
-	depends on AX25 && BROKEN_ON_SMP
+	depends on AX25
 	---help---
 	  6pack is a transmission protocol for the data exchange between your
 	  PC and your TNC (the Terminal Node Controller acts as a kind of


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2005-07-31  5:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-04 17:30 [PATCH] SMP fix for 6pack driver Ralf Baechle
2005-07-05 10:45 ` Chuck Hast
2005-07-05 15:53   ` Ralf Baechle DL5RB
2005-07-05 16:06     ` Chuck Hast
2005-07-05 18:12       ` Ralf Baechle DL5RB
2005-07-05 22:39         ` Bill Vodall
2005-07-07 10:46           ` Ralf Baechle DL5RB
2005-07-08 20:15         ` SMP fix for mkiss driver ? Bernard Pidoux
2005-07-09 16:51           ` mkiss driver patch applied ? Bernard Pidoux
2005-07-09 23:13             ` Stephen
2005-07-10 12:41               ` Bernard Pidoux
2005-07-11 15:55               ` Ralf Baechle DL5RB
2005-07-05 15:26 ` [stable] [PATCH] SMP fix for 6pack driver Chris Wright
2005-07-05 16:23   ` Ralf Baechle DL5RB
2005-07-05 16:26     ` Chris Wright
2005-07-31  5:07 ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.