commit | 6ad6c4245e4ed0b88f5ee379c04c834b52b272a6 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Nov 06 22:41:51 2009 +0000 |
committer | Kyle McMartin <kyle@mcmartin.ca> | Wed Dec 16 03:48:55 2009 +0000 |
tree | 6f796006f764764c899f45461d7420558b157cc8 | |
parent | 8f78df872d463ac43315916663b3e688ebb2422f [diff] |
parisc: Replace old style lock init in smp.c SPIN_LOCK_UNLOCKED is deprecated. Init the per cpu locks at runtime instead. (Also kills the unused smp_lock --kyle) Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>