]> Git Repo - linux.git/commit - kernel/lockdep.c
simplify the stacktrace code
authorChristoph Hellwig <[email protected]>
Tue, 8 May 2007 07:23:29 +0000 (00:23 -0700)
committerLinus Torvalds <[email protected]>
Tue, 8 May 2007 18:14:58 +0000 (11:14 -0700)
commitab1b6f03a10ba1f5638188ab06bf46e33ac3a160
tree2dc7ce01df5d51d81e250dd9cee1b7b04627466e
parent7e4c3690b07f04b1942c39db358a5c8a72831daa
simplify the stacktrace code

Simplify the stacktrace code:

 - remove the unused task argument to save_stack_trace, it's always
   current
 - remove the all_contexts flag, it's alwasy 0

Signed-off-by: Christoph Hellwig <[email protected]>
Cc: Paul Mundt <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Akinobu Mita <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/mips/kernel/stacktrace.c
arch/s390/kernel/stacktrace.c
arch/sh/kernel/stacktrace.c
arch/sparc64/kernel/stacktrace.c
arch/x86_64/kernel/stacktrace.c
include/linux/stacktrace.h
kernel/lockdep.c
lib/fault-inject.c
This page took 0.06971 seconds and 4 git commands to generate.