locking: clarify kernel-taint warning message
authorIngo Molnar <mingo@elte.hu>
Thu, 23 Apr 2009 07:36:52 +0000 (09:36 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 23 Apr 2009 07:36:52 +0000 (09:36 +0200)
commitb48ccb095a0c9257241261ec2bd1cbb1bdabc48b
tree09afbd51d935473674d8662358c992b65803d73c
parent0300e7f1a525ae4e4ac05344624adf0e5f13ea52
locking: clarify kernel-taint warning message

Andi Kleen reported this message triggering on non-lockdep kernels:

   Disabling lockdep due to kernel taint

Clarify the message to say 'lock debugging' - debug_locks_off()
turns off all things lock debugging, not just lockdep.

[ Impact: change kernel warning message text ]

Reported-by: Andi Kleen <andi@firstfloor.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/panic.c