From: Paul Mundt Date: Fri, 21 Aug 2009 20:28:25 +0000 (+0900) Subject: sh: unwinder: Use a special bug flag for unwinder traps. X-Git-Tag: v2.6.32-rc1~640^2~35^2~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e115f2c17cbceee93b34d787a7a4a867fc73e7b4;p=pandora-kernel.git sh: unwinder: Use a special bug flag for unwinder traps. 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 --- Reading git-diff-tree failed