skge: protect interrupt mask
authorStephen Hemminger <shemminger@osdl.org>
Wed, 22 Feb 2006 18:28:35 +0000 (10:28 -0800)
committerFrancois Romieu <romieu@fr.zoreil.com>
Thu, 23 Feb 2006 22:07:08 +0000 (23:07 +0100)
There is a race between updating the irq mask and setting it
which can be triggered on SMP with a bad cable.
Similar patch from Ingo Molnar and Thomas Gleixner

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>

No differences found