]> bbs.cooldavid.org Git - net-next-2.6.git/commit - kernel/lockdep_internals.h
lockdep: add lock_class information to lock_chain and output it
authorHuang, Ying <ying.huang@intel.com>
Mon, 23 Jun 2008 03:20:54 +0000 (11:20 +0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 23 Jun 2008 23:28:20 +0000 (01:28 +0200)
commitcd1a28e8457e6ebf72c48d84d4e736307e86436e
tree09371914495f7e3803016516ba887b593ea64a9b
parent443cd507ce7f78c6f8742b72736585c031d5a921
lockdep: add lock_class information to lock_chain and output it

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

ChangeLog:

v2:

- Enclosing proc file system related code into CONFIG_PROVE_LOCKING.

- Fix nr_chain_hlocks update code.

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>
kernel/lockdep.c
kernel/lockdep_internals.h
kernel/lockdep_proc.c