]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit44e4f946344bdd42719da1f042394faecc601f7b
tree0546c97440fb527dcc81f749f6af99599d9c645f
parente19d293238a2b129577b8348a8d180814069878d
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