lockdep: add lock_class information to lock_chain and output it
authorHuang, Ying <ying.huang@intel.com>
Fri, 20 Jun 2008 08:39:21 +0000 (16:39 +0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 20 Jun 2008 10:21:33 +0000 (12:21 +0200)
This patch records array of lock_class into lock_chain, and export
lock_chain information via /proc/lockdep_chains.

It is based on x86/master branch of git-x86 tree, and has been tested
on x86_64 platform.

Signed-off-by: Huang Ying <ying.huang@intel.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found