Yevgeny Petrilin 465440d272 mlx4_en: Fix a kernel panic when waking tx queue
When the transmit queue gets full we enable interrupts for TX completions
There was a race that we handled the TX queue both from the interrupt context
and from the transmit function. Using "spin_trylock_irq()" ensures this
doesn't happen.

Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-05-29 22:04:42 -07:00
..
2009-03-18 19:45:11 -07:00
2009-03-18 19:45:11 -07:00
2008-10-22 15:38:42 -07:00
2009-03-18 19:45:11 -07:00
2009-03-18 19:45:11 -07:00
2009-01-15 20:43:56 -08:00