All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Jeff Garzik <jgarzik@pobox.com>, stable@kernel.org
Cc: linux-hams@vger.kernel.org, Marc Schneider <macke@macke.org>
Subject: [PATCH] SMP fix for 6pack driver
Date: Mon, 4 Jul 2005 18:30:42 +0100	[thread overview]
Message-ID: <20050704173042.GA3090@linux-mips.org> (raw)

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


             reply	other threads:[~2005-07-04 17:30 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-04 17:30 Ralf Baechle [this message]
2005-07-05 10:45 ` [PATCH] SMP fix for 6pack driver 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
  -- strict thread matches above, loose matches on Subject: below --
2005-08-28 20:46 Iñaki Arenaza
2005-09-01 11:45 ` Ralf Baechle DL5RB
2005-09-01 12:47   ` Chuck Hast
2005-09-01 15:35     ` Ralf Baechle DL5RB
2005-09-01 20:16       ` Chuck Hast

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050704173042.GA3090@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=jgarzik@pobox.com \
    --cc=linux-hams@vger.kernel.org \
    --cc=macke@macke.org \
    --cc=stable@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.