commit | 465440d2720543669841db5b0691ba41892ed0ae | [log] [tgz] |
---|---|---|
author | Yevgeny Petrilin <yevgenyp@mellanox.co.il> | Mon May 25 20:57:21 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri May 29 22:04:42 2009 -0700 |
tree | e037c9c1796086a5cd223f170a8a8d295f2a4e99 | |
parent | e8573758d520279be9510d63177968627ab98752 [diff] |
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>