[ARM] 4453/1: Fully Decode ARM instruction set state in show_regs() tombstone
authorGeorge G. Davis <gdavis@mvista.com>
Tue, 26 Jun 2007 00:38:27 +0000 (01:38 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 12 Jul 2007 10:13:35 +0000 (11:13 +0100)
commit909d6c6c80311f800aee338e5fa528818b115951
treed4934d8ea67ade7c78e02e4cebd0fc934d3698b1
parent9d20fdd58e74d4d26dc5216efaaa0f800c23dd3a
[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 <gdavis@mvista.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/process.c
include/asm-arm/ptrace.h