瀏覽代碼

[PATCH] SMP rewrite of mkiss

Rewrite the mkiss driver to make it SMP-proof following the example of
6pack.c.

Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Ralf Baechle 20 年之前
父節點
當前提交
815f62bf74
共有 2 個文件被更改,包括 513 次插入515 次删除
  1. 1 1
      drivers/net/hamradio/Kconfig
  2. 512 514
      drivers/net/hamradio/mkiss.c

+ 1 - 1
drivers/net/hamradio/Kconfig

@@ -1,6 +1,6 @@
 config MKISS
 	tristate "Serial port KISS driver"
-	depends on AX25 && BROKEN_ON_SMP
+	depends on AX25
 	---help---
 	  KISS is a protocol used for the exchange of data between a computer
 	  and a Terminal Node Controller (a small embedded system commonly

文件差異過大導致無法顯示
+ 512 - 514
drivers/net/hamradio/mkiss.c


部分文件因文件數量過多而無法顯示