lockdep: output lock_class key instead of address for forward dependency output
authorHuang, Ying <ying.huang@intel.com>
Fri, 13 Jun 2008 06:40:17 +0000 (14:40 +0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 13 Jun 2008 06:55:01 +0000 (08:55 +0200)
commit2429e4ee78e2fa40f82a4572dd21d4f3b4de9325
treeda43b2f8a9449f8d2010a8e0f25d27fced692482
parent6ad36762d7a88d747f6fed95194b4f7ff5da8df4
lockdep: output lock_class key instead of address for forward dependency output

The key instead of address of lock_class should be output in
/proc/lockdep when forward dependency is output, because key is
output for lock_class itself as identifier too.

This patch is based on x86/auto-latest branch of git-x86 tree, and has
been tested on x86_64 platform.

Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/lockdep_proc.c