locking: Various static lock initializer fixes
authorThomas Gleixner <tglx@linutronix.de>
Sun, 17 Jul 2011 19:25:03 +0000 (21:25 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 Feb 2013 07:42:45 +0000 (08:42 +0100)
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>

No differences found