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)
commita9a6e7a09598013ff97e34ebd84c39d1f51f261a
tree24e4328fd8d8d0f8cab547e57d41ec3adcd48ee7
parent8f657933a3c2086d4731350c98f91a990783c0d3
MIPS: Trap exception handling fixes

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>
arch/mips/kernel/traps.c