sh64: Kill off unused trap_no/error_code from thread_struct.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 19 Apr 2012 08:52:20 +0000 (17:52 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 19 Apr 2012 08:52:20 +0000 (17:52 +0900)
commitb2212ea41dacda8cce0e7681a3a6ccc76c63802e
tree85f0dc57ff93f9b0dc221975806c3393eb229cbf
parentfb56a91922463abec52a68e26b562c4503810d40
sh64: Kill off unused trap_no/error_code from thread_struct.

While the trap number and error code are passed around for debugging
purposes, this occurs wholly independently of the thread struct values.
These values were never part of the sigcontext ABI and are thus never
passed anywhere, so we can just kill them off across the board.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/processor_64.h
arch/sh/kernel/cpu/sh5/fpu.c
arch/sh/kernel/traps_64.c
arch/sh/mm/tlbflush_64.c