diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2008-03-21 14:07:03 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-03-26 00:17:53 -0400 |
commit | 9c61a9dcb26dc1db9912c11568b98f89b635adfd (patch) | |
tree | cd1abb754a5befd9112a2baf0108c7fcb1982398 /drivers/net/ixgb/ixgb.h | |
parent | 9150b76a6439b60e678ccb6376ee3686a2f76767 (diff) |
ixgb: remove irq_sem
ixgb can remove irq_sem by auditing all the call sites to make sure
that each of them makes sure the adapter is in the correct state
before re-enabling interrupts. after doing this to all of our other
drivers it is becoming easier.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/ixgb/ixgb.h')
-rw-r--r-- | drivers/net/ixgb/ixgb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h index a95ab55295cd..f2fff90d2c9d 100644 --- a/drivers/net/ixgb/ixgb.h +++ b/drivers/net/ixgb/ixgb.h | |||
@@ -158,7 +158,6 @@ struct ixgb_adapter { | |||
158 | uint16_t link_speed; | 158 | uint16_t link_speed; |
159 | uint16_t link_duplex; | 159 | uint16_t link_duplex; |
160 | spinlock_t tx_lock; | 160 | spinlock_t tx_lock; |
161 | atomic_t irq_sem; | ||
162 | struct work_struct tx_timeout_task; | 161 | struct work_struct tx_timeout_task; |
163 | 162 | ||
164 | struct timer_list blink_timer; | 163 | struct timer_list blink_timer; |