[PATCH 409] M68k call trace output

From: Geert Uytterhoeven (geert_at_linux-m68k.org)
Date: 02/20/04

  • Next message: Felipe Alfaro Solana: "Re: recommended "stable" compiler?"
    Date:	Fri, 20 Feb 2004 13:48:21 +0100
    To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
    
    

    M68k: Improve formatting of call trace output (from Matthias Urlichs)

    --- linux-2.6.3/arch/m68k/kernel/traps.c 2004-01-21 22:03:12.000000000 +0100
    +++ linux-m68k-2.6.3/arch/m68k/kernel/traps.c 2003-11-23 20:59:33.000000000 +0100
    @@ -30,6 +30,7 @@
     #include <linux/linkage.h>
     #include <linux/init.h>
     #include <linux/ptrace.h>
    +#include <linux/kallsyms.h>
     
     #include <asm/setup.h>
     #include <asm/fpu.h>
    @@ -825,9 +826,12 @@
                      * out the call path that was taken.
                      */
                     if (kernel_text_address(addr)) {
    - if (i % 4 == 0)
    +#ifndef CONFIG_KALLSYMS
    + if (i % 5 == 0)
                                     printk("\n ");
    +#endif
                             printk(" [<%08lx>]", addr);
    + print_symbol(" %s\n", addr);
                             i++;
                     }
             }
    @@ -1098,8 +1102,10 @@
     
             console_verbose();
             printk("%s: %08x\n",str,nr);
    - printk("PC: [<%08lx>]\nSR: %04x SP: %p a2: %08lx\n",
    - fp->pc, fp->sr, fp, fp->a2);
    + printk("PC: [<%08lx>]",fp->pc);
    + print_symbol(" %s\n", fp->pc);
    + printk("\nSR: %04x SP: %p a2: %08lx\n",
    + fp->sr, fp, fp->a2);
             printk("d0: %08lx d1: %08lx d2: %08lx d3: %08lx\n",
                    fp->d0, fp->d1, fp->d2, fp->d3);
             printk("d4: %08lx d5: %08lx a0: %08lx a1: %08lx\n",

    Gr{oetje,eeting}s,

                                                    Geert

    --
    Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
    In personal conversations with technical people, I call myself a hacker. But
    when I'm talking to journalists I just say "programmer" or something like that.
    							    -- Linus Torvalds
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Felipe Alfaro Solana: "Re: recommended "stable" compiler?"

    Relevant Pages

    • [PATCH] istallion compile fix
      ... In personal conversations with technical people, I call myself a hacker. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH 393] Sun-3 console fix
      ... In personal conversations with technical people, I call myself a hacker. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH 400] Amifb modedb bug
      ... - ntsc-lace lacks the yres value ... In personal conversations with technical people, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH 487] m68k MM off-by-one
      ... Petr Stehlik) ... In personal conversations with technical people, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH 160] m68k MM off-by-one
      ... Petr Stehlik) ... In personal conversations with technical people, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)