ARM: 7068/1: process: change from __backtrace to dump_stack in show_regs
[deliverable/linux.git] / arch / arm / kernel / process.c
index 1a347f481e5e7a5c022b7795c6b9542cb77d529e..fd0814076ff66081c46e2ae34bcd42be5ba62c38 100644 (file)
@@ -319,7 +319,7 @@ void show_regs(struct pt_regs * regs)
        printk("\n");
        printk("Pid: %d, comm: %20s\n", task_pid_nr(current), current->comm);
        __show_regs(regs);
-       __backtrace();
+       dump_stack();
 }
 
 ATOMIC_NOTIFIER_HEAD(thread_notify_head);
This page took 0.0257849999999999 seconds and 5 git commands to generate.