From: Russell King Date: Sun, 20 Oct 2013 14:34:10 +0000 (+0100) Subject: ARM: make kernel oops easier to read X-Git-Tag: v3.14-rc1~116^2~1^5~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef41b5c924984b34d9c2830185295b2a9ae78e13;p=pandora-kernel.git 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 --- Reading git-diff-tree failed