commit | 68893e0051419ccdc14fd6eafcdecc96533c6cc3 | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@linux-mips.org> | Fri Apr 03 23:26:21 2015 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Apr 08 01:09:53 2015 +0200 |
tree | 047489f3daa3506b4bbadeb62f68bcef9fcbd023 | |
parent | 18a2c2c6b9319503eeac8a38b62fc82c9ff81b0d [diff] |
MIPS: Correct MIPS16 BREAK code interpretation Correct the interpretation of the immediate MIPS16 BREAK instruction code embedded in the instruction word across bits 10:5 rather than 11:6 as current code implies, fixing the interpretation of integer overflow and divide by zero traps. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9695/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>