From: Ming Lei Date: Thu, 17 Nov 2011 05:34:32 +0000 (+0800) Subject: lockdep: Print lock name in lockdep_init_error() X-Git-Tag: v3.3-rc1~196^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81140acc66322dcde8346dabdf1ab4c229fce8d4;p=pandora-kernel.git lockdep: Print lock name in lockdep_init_error() This patch prints the name of the lock which is acquired before lockdep_init() is called, so that users can easily find which lock triggered the lockdep init error warning. This patch also removes the lockdep_init_error() message of "Arch code didn't call lockdep_init() early enough?" since lockdep_init() is called in arch independent code now. Signed-off-by: Ming Lei Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1321508072-23853-2-git-send-email-tom.leiming@gmail.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed