dump_stack: unify debug information printed by show_regs()
[deliverable/linux.git] / arch / blackfin / kernel / trace.c
index f7f7a18abca915773ad291bd74a8ef192ffde333..c36efa0c7163c4dac53515ceb822154e559dd698 100644 (file)
@@ -853,6 +853,8 @@ void show_regs(struct pt_regs *fp)
        unsigned char in_atomic = (bfin_read_IPEND() & 0x10) || in_atomic();
 
        pr_notice("\n");
+       show_regs_print_info(KERN_NOTICE);
+
        if (CPUID != bfin_cpuid())
                pr_notice("Compiled for cpu family 0x%04x (Rev %d), "
                        "but running on:0x%04x (Rev %d)\n",
This page took 0.02787 seconds and 5 git commands to generate.