forcedeth: save irq events for napi processing
authorAyaz Abdulla <aabdulla@nvidia.com>
Thu, 5 Mar 2009 08:02:03 +0000 (08:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Mar 2009 12:29:46 +0000 (05:29 -0700)
commit582806be066bd35dc5d2739b090b561a5efd787a
tree0546c97440fb527dcc81f749f6af99599d9c645f
parentd41c628c514bceb33037c26f83585c629594bed5
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>
drivers/net/forcedeth.c