commit | c770a65cee7cc250d7bccd99fa55e742988ae4e0 | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Thu Aug 25 15:38:39 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 16:10:43 2005 -0700 |
tree | dad6acf451d5b227ddf39a892cf0bd596933dfdb | |
parent | e89bbf1049aac3625fdafe3657ed8d7d5373d351 [diff] |
[BNX2]: change irq locks to bh locks 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>