sparc: Make atomic locks raw
authorThomas Gleixner <tglx@linutronix.de>
Sat, 7 Nov 2009 06:16:32 +0000 (22:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Nov 2009 06:16:32 +0000 (22:16 -0800)
SPIN_LOCK_UNLOCKED is deprecated and the locks which protect the
atomic operations have no dependency on other locks and the code is
well tested so the conversion to a raw lock is safe.

Make the lock array static while at it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found