lkml.org 
[lkml]   [2012]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[TRIVIAL PATCH 06/26] c6x: Convert print_symbol to %pSR
    Date
    Use the new vsprintf extension to avoid any possible
    message interleaving.

    Signed-off-by: Joe Perches <joe@perches.com>
    ---
    arch/c6x/kernel/traps.c | 3 +--
    1 files changed, 1 insertions(+), 2 deletions(-)

    diff --git a/arch/c6x/kernel/traps.c b/arch/c6x/kernel/traps.c
    index 1be74e5..349cae0 100644
    --- a/arch/c6x/kernel/traps.c
    +++ b/arch/c6x/kernel/traps.c
    @@ -382,8 +382,7 @@ static void show_trace(unsigned long *stack, unsigned long *endstack)
    if (i % 5 == 0)
    pr_debug("\n ");
    #endif
    - pr_debug(" [<%08lx>]", addr);
    - print_symbol(" %s\n", addr);
    + pr_debug(" [<%08lx>] %pSR\n", addr, (void *)addr);
    i++;
    }
    }
    --
    1.7.8.112.g3fd21


    \
     
     \ /
      Last update: 2012-12-12 19:41    [W:2.644 / U:0.300 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site