Skip to content
Commit ef41b5c9 authored by Russell King's avatar Russell King
Browse files

ARM: make kernel oops easier to read



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>
parent 92341c83
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment