mv643xx_eth: delete unused and uninteresting interrupt source mask bits
authorLennert Buytenhek <buytenh@wantstofly.org>
Thu, 28 Aug 2008 04:10:04 +0000 (06:10 +0200)
committerLennert Buytenhek <buytenh@marvell.com>
Fri, 5 Sep 2008 04:33:59 +0000 (06:33 +0200)
commitbefefe2177d4bca07a64a2410333388c063a6f7d
treefc2ede00fa008c6a12447b89f6a65de54b333c7d
parent4fdeca3f4e7e35f6c19e87617c23fbb59dfb1a63
mv643xx_eth: delete unused and uninteresting interrupt source mask bits

Delete a couple of unused and uninteresting interrupt source mask bits:
- The receive resource underrun interrupt sources are uninteresting
  because if we are in out-of-memory mode, we are already dealing with
  the issue, and we don't need the hardware to remind us again that we
  are out of memory.
- The LINK and PHY interrupt sources can be coalesced into one define,
  since we always use them together.
- The transmit resource underrun interrupt source can be disabled since
  we never activate the head descriptor of a paged skb until the
  fragments are all activated, so transmit underrun during a packet
  should never happen.
- The INT_EXT_TX_0 define is never used.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
drivers/net/mv643xx_eth.c