Explorar o código

[ARM] always allow dump_stack() to produce a backtrace

Don't make this dependent on CONFIG_DEBUG_KERNEL - if we hit a WARN_ON
we need the stack trace to work out how we got to that point.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King %!s(int64=18) %!d(string=hai) anos
pai
achega
082f47a79b
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      arch/arm/kernel/traps.c

+ 0 - 2
arch/arm/kernel/traps.c

@@ -181,9 +181,7 @@ static void dump_backtrace(struct pt_regs *regs, struct task_struct *tsk)
 
 void dump_stack(void)
 {
-#ifdef CONFIG_DEBUG_ERRORS
 	__backtrace();
-#endif
 }
 
 EXPORT_SYMBOL(dump_stack);