27 Aug, 2007
2 commits
-
And gcc 3.4 doesn't even warn out this, grrr.
Signed-off-by: Ralf Baechle
-
CC arch/mips/kernel/traps.o
arch/mips/kernel/traps.c: In function 'show_backtrace':
arch/mips/kernel/traps.c:110: warning: unused variable 'ra'Signed-off-by: Ralf Baechle
02 Oct, 2006
2 commits
-
If the PC was ret_from_irq or ret_from_exception, there will be no
more normal stackframe. Instead of stopping the unwinding, use PC and
RA saved by an exception handler to continue unwinding into the
interrupted context. This also simplifies the CONFIG_STACKTRACE code.Signed-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle -
Implement stacktrace interface by using unwind_stack() and enable lockdep
support in Kconfig.Signed-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle