commit | c46a2f01fb2bea6ae7e4e3f3f2aad65d8eda837d | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Jul 15 11:48:15 2015 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Sep 03 12:07:41 2015 +0200 |
tree | 1f4fc19991955f0c50addc39bd0f051e5c810436 | |
parent | 82eb8f7342cf722a8bf3d42e9982f56bff166b85 [diff] |
MIPS: Treat CP1 control registers as unsigned ints. These are bitfields and treating them as signed values doesn't make any sense. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Reported-by: Chris Packham <judge.packham@gmail.com>