• Russell King's avatar
    ARM: make kernel oops easier to read · ef41b5c9
    Russell King authored
    We don't need the offset for the first function name in each backtrace
    entry; this needlessly consumes screen space.  This is virtually always
    the first or second instruction in the called function.
    
    Also, recognise stmfd instructions which include r10 as a valid stack
    saving instruction, and when dumping the registers, dump six registers
    per line rather than five, and fix the wrapping.
    Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
    ef41b5c9
backtrace.S 3.72 KB