From: Michael Chan Date: Sun, 18 Jun 2006 04:55:55 +0000 (-0700) Subject: [TG3]: Remove unnecessary tx_lock X-Git-Tag: v2.6.18-rc1~1111^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c71302d61f844f766a44e1b04258086cc41f624e;p=pandora-kernel.git [TG3]: Remove unnecessary tx_lock Remove tx_lock where it is unnecessary. tg3 runs lockless and so it requires interrupts to be disabled and sync'ed, netif_queue and NAPI poll to be stopped before the device can be reconfigured. After stopping everything, it is no longer necessary to get the tx_lock. Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed