sched: Get rid of lock_depth
Neil Brown pointed out that lock_depth somehow escaped the BKL removal work. Let's get rid of it now. Note that the perf scripting utilities still have a bunch of code for dealing with common_lock_depth in tracepoints; I have left that in place in case anybody wants to use that code with older kernels. Suggested-by:Neil Brown <neilb@suse.de> Signed-off-by:
Jonathan Corbet <corbet@lwn.net> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Andrew Morton <akpm@linux-foundation.org> Link: http://lkml.kernel.org/r/20110422111910.456c0e84@bike.lwn.net Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- Documentation/trace/kprobetrace.txt 0 additions, 1 deletionDocumentation/trace/kprobetrace.txt
- include/linux/init_task.h 0 additions, 1 deletioninclude/linux/init_task.h
- include/linux/sched.h 0 additions, 6 deletionsinclude/linux/sched.h
- kernel/fork.c 0 additions, 1 deletionkernel/fork.c
- kernel/mutex.c 0 additions, 7 deletionskernel/mutex.c
- kernel/sched.c 1 addition, 10 deletionskernel/sched.c
- kernel/sched_debug.c 0 additions, 4 deletionskernel/sched_debug.c
- kernel/trace/trace_kprobe.c 0 additions, 1 deletionkernel/trace/trace_kprobe.c
- tools/perf/Documentation/perf-script-perl.txt 0 additions, 1 deletiontools/perf/Documentation/perf-script-perl.txt
- tools/perf/Documentation/perf-script-python.txt 0 additions, 1 deletiontools/perf/Documentation/perf-script-python.txt
Loading
Please register or sign in to comment