mv643xx_eth: move all work to the napi poll handler
authorLennert Buytenhek <buytenh@wantstofly.org>
Thu, 28 Aug 2008 06:09:10 +0000 (08:09 +0200)
committerLennert Buytenhek <buytenh@marvell.com>
Sun, 14 Sep 2008 12:09:00 +0000 (14:09 +0200)
Move link status handling, transmit reclaim and TX_END handling from
the interrupt handler to the napi poll handler.  This allows switching
->lock over to a non-IRQ-safe lock and removes all explicit interrupt
disabling from the driver.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>

No differences found