From: Michael Chan Date: Tue, 6 Sep 2005 00:53:32 +0000 (-0700) Subject: [TG3]: Use status tag to check for new events X-Git-Tag: v2.6.14-rc1~766 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38f3843ed6bdbcff9465386c3539523466880320;p=pandora-kernel.git [TG3]: Use status tag to check for new events Use the status tag to determine if there are new events in tg3_interrupt_tagged(). We discussed about this a while ago with Grant Grundler and DaveM. This scheme makes it unnecessary to clear the updated bit in the status block when using tagged mode, and only a simple comparison is needed to determine if there are new events. The tp->lock around netif_rx_complete() and tg3_restart_ints() is also removed. It is unnecessary with DaveM's new locking scheme. Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed