netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 5/8] hysdn: no longer broken on SMP
@ 2008-05-14 23:19 akpm
  2008-05-14 23:41 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2008-05-14 23:19 UTC (permalink / raw)
  To: davem; +Cc: netdev, akpm, kkeil, mark.asselstine

From: Andrew Morton <akpm@linux-foundation.org>

With the cli/sti code sorted out we think this driver is OK for use on SMP
systems.

Acked-by: Mark Asselstine <mark.asselstine@windriver.com>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/isdn/hysdn/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/isdn/hysdn/Kconfig~hysdn-no-longer-broken-on-smp drivers/isdn/hysdn/Kconfig
--- a/drivers/isdn/hysdn/Kconfig~hysdn-no-longer-broken-on-smp
+++ a/drivers/isdn/hysdn/Kconfig
@@ -3,7 +3,7 @@
 #
 config HYSDN
 	tristate "Hypercope HYSDN cards (Champ, Ergo, Metro) support (module only)"
-	depends on m && PROC_FS && PCI && BROKEN_ON_SMP
+	depends on m && PROC_FS && PCI
 	help
 	  Say Y here if you have one of Hypercope's active PCI ISDN cards
 	  Champ, Ergo and Metro. You will then get a module called hysdn.
_

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

end of thread, other threads:[~2008-05-14 23:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-14 23:19 [patch 5/8] hysdn: no longer broken on SMP akpm
2008-05-14 23:41 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).