sh: unwinder: Use a special bug flag for unwinder traps.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 21 Aug 2009 20:28:25 +0000 (05:28 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Aug 2009 20:28:25 +0000 (05:28 +0900)
This simplifies the unwinder trap handling, dropping the use of the
special trapa vector and simply piggybacking on top of the BUG support. A
new BUGFLAG_UNWINDER is added for flagging the unwinder fault, before
continuing on with regular BUG dispatch.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found