[BNX2]: change irq locks to bh locks
authorMichael Chan <mchan@broadcom.com>
Thu, 25 Aug 2005 22:38:39 +0000 (15:38 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:10:43 +0000 (16:10 -0700)
Change all locks from spin_lock_irqsave() to spin_lock_bh(). All
places that require spinlocks are in BH context.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found