commit | 2daac3e8f831beba2012fdefda17770456be9b7e | [log] [tgz] |
---|---|---|
author | Ayaz Abdulla <aabdulla@nvidia.com> | Thu Mar 05 08:02:06 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 10 05:29:47 2009 -0700 |
tree | a68705c44bd7c649482f3673c74b2fa1082ec392 | |
parent | 582806be066bd35dc5d2739b090b561a5efd787a [diff] |
forcedeth: remove overhead This patch removes unnecessary overhead code. Firstly, there is no nead to mask off unwanted interrupts as we will be checking against the irqmask field anyways. Secondly, there has been no value in last few years from detecting error or unknown interrupts. Signed-off-by: Ayaz Abdulla <aabdulla@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>