diff options
author | Michael Chan <mchan@broadcom.com> | 2005-09-05 17:53:32 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-09-05 17:53:32 -0700 |
commit | 38f3843ed6bdbcff9465386c3539523466880320 (patch) | |
tree | b3e1a3a714db10d8d7f6f083659e67fe193487b7 /net | |
parent | 61487480dd79acc5e82b08cd29cbcbd3301645fa (diff) | |
download | kernel_samsung_smdk4412-38f3843ed6bdbcff9465386c3539523466880320.zip kernel_samsung_smdk4412-38f3843ed6bdbcff9465386c3539523466880320.tar.gz kernel_samsung_smdk4412-38f3843ed6bdbcff9465386c3539523466880320.tar.bz2 |
[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 <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions