From: Thomas Gleixner Date: Sun, 17 Jul 2011 19:25:03 +0000 (+0200) Subject: locking: Various static lock initializer fixes X-Git-Tag: v3.9-rc1~104^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eece09ec213e93333010bf4c6bb9175b32229c54;p=pandora-kernel.git 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 --- Reading git-diff-tree failed