commit | 582806be066bd35dc5d2739b090b561a5efd787a | [log] [tgz] |
---|---|---|
author | Ayaz Abdulla <aabdulla@nvidia.com> | Thu Mar 05 08:02:03 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 10 05:29:46 2009 -0700 |
tree | 0546c97440fb527dcc81f749f6af99599d9c645f | |
parent | d41c628c514bceb33037c26f83585c629594bed5 [diff] |
forcedeth: save irq events for napi processing This patch will save the irq events in the driver's context so that the napi routine knows which interrupts have occurred. Subsequent changes will be moving all interrupt processing into the napi poll routine. Signed-off-by: Ayaz Abdulla <aabdulla@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>