MIPS: Trap exception handling fixes
authorMaciej W. Rozycki <macro@codesourcery.com>
Thu, 23 May 2013 14:31:23 +0000 (14:31 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 23 May 2013 15:47:51 +0000 (17:47 +0200)
2a0b24f56c2492b932f1aed617ae80fb23500d21 broke Trap exception handling in
the standard MIPS mode.  Additionally the microMIPS-mode trap code mask is
wrong, as it's a 4-bit field.  Here's a fix.

Signed-off-by: Maciej W. Rozycki <macro@codesourcery.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5309/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found