• Joe Perches's avatar
    ARM: 8673/1: Fix __show_regs output timestamps · 801f19b9
    Joe Perches authored
    Multiple line formats are not preferred as the second and
    subsequent lines may not have timestamps.
    
    Lacking timestamps makes reading the output a bit difficult.
    This also makes arm/arm64 output more similar.
    
    Previous:
    
    [ 1514.093231] pc : [<bf79c304>]    lr : [<bf79ced8>]    psr: a00f0013
    sp : ecdd7e20  ip : 00000000  fp : ffffffff
    
    New:
    
    [ 1514.093231] pc : [<bf79c304>]    lr : [<bf79ced8>]    psr: a00f0013
    [ 1514.105316] sp : ecdd7e20  ip : 00000000  fp : ffffffff
    Signed-off-by: default avatarJoe Perches <joe@perches.com>
    Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
    801f19b9
process.c 10.6 KB