commit | c0291f7c735941f2cf5c8d5264c2cc2402b77869 | [log] [tgz] |
---|---|---|
author | James Hogan <james.hogan@imgtec.com> | Wed May 13 16:17:13 2015 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri May 13 14:01:55 2016 +0200 |
tree | 65f0da69f446d8fac67dc4a750fc6a9314c72dc8 | |
parent | 738a3f79027bef44b0bd3bfcc325f53b518749d4 [diff] |
MIPS: cpu: Alter MIPS_CPU_* definitions to fill gap The MIPS_CPU_* definitions accidentally missed bits 27..30 when MIPS_CPU_EVA was added, and further definitions have continued from there. Shift all the definitions since MIPS_CPU_EVA right by 4 so there are no gaps. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10044/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>