commit | ef41b5c924984b34d9c2830185295b2a9ae78e13 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 20 15:34:10 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Dec 29 12:32:30 2013 +0000 |
tree | cfe11581fe72e538435c3a6a88e38c18d6b69a28 | |
parent | 92341c83a904a23f9af52598cd97a8438b99eb00 [diff] |
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: Russell King <rmk+kernel@arm.linux.org.uk>