Commit 01bbf2c7ddc93479eecebf8495848c0f362130c5
Committed by
David S. Miller
1 parent
a9dd7fe287
hysdn: No longer broken on SMP.
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> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/isdn/hysdn/Kconfig
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | # |
4 | 4 | config HYSDN |
5 | 5 | tristate "Hypercope HYSDN cards (Champ, Ergo, Metro) support (module only)" |
6 | - depends on m && PROC_FS && PCI && BROKEN_ON_SMP | |
6 | + depends on m && PROC_FS && PCI | |
7 | 7 | help |
8 | 8 | Say Y here if you have one of Hypercope's active PCI ISDN cards |
9 | 9 | Champ, Ergo and Metro. You will then get a module called hysdn. |