Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] SMP fix for 6pack driver

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(-)
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

authored by

Ralf Baechle and committed by
Jeff Garzik
e064cd7e af44f5bf

+1 -1
+1 -1
drivers/net/hamradio/Kconfig
··· 17 17 18 18 config 6PACK 19 19 tristate "Serial port 6PACK driver" 20 - depends on AX25 && BROKEN_ON_SMP 20 + depends on AX25 21 21 ---help--- 22 22 6pack is a transmission protocol for the data exchange between your 23 23 PC and your TNC (the Terminal Node Controller acts as a kind of