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)
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>

No differences found