diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-08-28 06:10:04 +0200 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-09-05 06:33:59 +0200 |
commit | befefe2177d4bca07a64a2410333388c063a6f7d (patch) | |
tree | fc2ede00fa008c6a12447b89f6a65de54b333c7d /sound/Kconfig | |
parent | 4fdeca3f4e7e35f6c19e87617c23fbb59dfb1a63 (diff) |
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>
Diffstat (limited to 'sound/Kconfig')
0 files changed, 0 insertions, 0 deletions