[PATCH] skge: irq lock race
commit29365c900963d4986b74a0dadea46872bf283d76
authorStephen Hemminger <shemminger@osdl.org>
Fri, 1 Sep 2006 22:53:48 +0000 (1 15:53 -0700)
committerJeff Garzik <jeff@garzik.org>
Wed, 6 Sep 2006 15:19:23 +0000 (6 11:19 -0400)
treed896de1c7306f0f03c9781cb054bbcd5cf0a9817
parentc54f9765daafe8493dba837b3d70e97432cd876a
[PATCH] skge: irq lock race

The driver needs to access the IRQ status inside of lock to avoid
races with other places changing IRQ mask etc. This may be related
to some of the SMP bugs reported against skge in kernel bugzilla.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/skge.c