commit | 4df286e52917c95c415400367cfd523dfbb0f93a | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Nov 06 22:16:32 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 06 22:16:32 2009 -0800 |
tree | 70a3339e7e1d615331e5ab0a845cb24303209f68 | |
parent | ddaf1b27edf72372242d752730d526b79312a44e [diff] |
sparc: Make atomic locks raw 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>