commit | 8e0b1bf6ac6c4c6dd985e586cd765aede4678bba | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Sun Aug 24 02:30:42 2008 +0200 |
committer | Lennert Buytenhek <buytenh@marvell.com> | Sun Aug 24 03:33:16 2008 +0200 |
tree | f54c0f17522fab635509b383220298193ee2a575 | |
parent | 92c70f27d2a78873c940e77c7f075cd8e2e60a2d [diff] |
mv643xx_eth: fix inconsistent lock semantics Nicolas Pitre noted that mv643xx_eth_poll was incorrectly using non-IRQ-safe locks while checking whether to wake up the netdevice's transmit queue. Convert the locking to *_irq() variants, since we are running from softirq context where interrupts are enabled. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>