[PATCH] sky2: reschedule if irq still pending
authorStephen Hemminger <shemminger@osdl.org>
Tue, 25 Apr 2006 17:58:50 +0000 (10:58 -0700)
committerJeff Garzik <jeff@garzik.org>
Wed, 26 Apr 2006 10:19:45 +0000 (06:19 -0400)
This is a workaround for the case edge-triggered irq's. Several users
seem to have broken configurations sharing edge-triggered irq's. To avoid
losing IRQ's, reshedule if more work arrives.

The changes to netdevice.h are to extract the part that puts device
back in list into separate inline.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found