[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200805142319.m4ENJigG026563@imap1.linux-foundation.org>
Date: Wed, 14 May 2008 16:19:44 -0700
From: akpm@...ux-foundation.org
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, akpm@...ux-foundation.org, kkeil@...e.de,
mark.asselstine@...driver.com
Subject: [patch 5/8] hysdn: no longer broken on SMP
From: Andrew Morton <akpm@...ux-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@...driver.com>
Acked-by: Karsten Keil <kkeil@...e.de>
Signed-off-by: Andrew Morton <akpm@...ux-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.
_
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists