From: George G. Davis Date: Tue, 26 Jun 2007 00:38:27 +0000 (+0100) Subject: [ARM] 4453/1: Fully Decode ARM instruction set state in show_regs() tombstone X-Git-Tag: v2.6.23-rc1~1101^2^7~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=909d6c6c80311f800aee338e5fa528818b115951;p=pandora-kernel.git [ARM] 4453/1: Fully Decode ARM instruction set state in show_regs() tombstone The ARM show_regs() tombstone only partially decodes which ARM ISA was executing at the time a fault occurred displaying either "(T)" for the Thumb case or nothing at all for other cases. This patch therefore explicitly identifies which state the processor is in at the time of a fault: ARM, Thumb, Jazelle or JazelleEE. Signed-off-by: George G. Davis Acked-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed