commit | eece09ec213e93333010bf4c6bb9175b32229c54 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sun Jul 17 21:25:03 2011 +0200 |
committer | Ingo Molnar <mingo@kernel.org> | Tue Feb 19 08:42:45 2013 +0100 |
tree | 4522e9f64468397499b80428307b68bf163d4c90 | |
parent | c0540606837af79b2ae101e5e7b2206e3844d150 [diff] |
locking: Various static lock initializer fixes The static lock initializers want to be fed the proper name of the lock and not some random string. In mainline random strings are obfuscating the readability of debug output, but for RT they prevent the spinlock substitution. Fix it up. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>