[netdrvr] convert sbmac tx to spin_lock_irqsave to prevent early IRQ enable
authorWeiwei Wang <weiwei.wang@windriver.com>
Thu, 18 Sep 2008 00:23:48 +0000 (08:23 +0800)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 25 Sep 2008 02:12:24 +0000 (22:12 -0400)
Netpoll will call the interrupt handler with interrupts
disabled when using kgdboe, so spin_lock_irqsave() should
be used instead of spin_lock_irq() to prevent interrupts
from being incorrectly enabled.

Signed-off-by: Weiwei Wang <weiwei.wang@windriver.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

No differences found