[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions
This converts the final 20 DEFINE_SPINLOCK holdouts. (another 580 places are already using DEFINE_SPINLOCK). Build tested on x86. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
8d06afab73
commit
a9f6a0dd54
@@ -130,7 +130,7 @@ struct net_device *xpnet_device;
|
||||
*/
|
||||
static u64 xpnet_broadcast_partitions;
|
||||
/* protect above */
|
||||
static spinlock_t xpnet_broadcast_lock = SPIN_LOCK_UNLOCKED;
|
||||
static DEFINE_SPINLOCK(xpnet_broadcast_lock);
|
||||
|
||||
/*
|
||||
* Since the Block Transfer Engine (BTE) is being used for the transfer
|
||||
|
Reference in New Issue
Block a user