From: Lennert Buytenhek Date: Thu, 28 Aug 2008 06:09:10 +0000 (+0200) Subject: mv643xx_eth: move all work to the napi poll handler X-Git-Tag: v2.6.28-rc1~717^2~194^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fa38c586e92cce4ce06bfc08ad3134b8445170b;p=pandora-kernel.git mv643xx_eth: move all work to the napi poll handler 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 --- Reading git-diff-tree failed