diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-25 09:52:18 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-23 09:10:59 -0400 |
commit | 66b047dc9cff4c6e89de7b06038155673e7b6120 (patch) | |
tree | 2a90aa963691d724292068c211baefef9cc93584 /arch | |
parent | 08a07904e182895e1205f399465a3d622c0115b8 (diff) |
MIPS: IP22: This platform may come with either MIPS III or MIPS IV CPUs.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/include/asm/mach-ip22/cpu-feature-overrides.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-ip22/cpu-feature-overrides.h b/arch/mips/include/asm/mach-ip22/cpu-feature-overrides.h index 1bcb6421205e..1dfe47453ea4 100644 --- a/arch/mips/include/asm/mach-ip22/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-ip22/cpu-feature-overrides.h | |||
@@ -39,6 +39,10 @@ | |||
39 | #define cpu_has_nofpuex 0 | 39 | #define cpu_has_nofpuex 0 |
40 | #define cpu_has_64bits 1 | 40 | #define cpu_has_64bits 1 |
41 | 41 | ||
42 | #define cpu_has_mips_2 1 | ||
43 | #define cpu_has_mips_3 1 | ||
44 | #define cpu_has_mips_5 0 | ||
45 | |||
42 | #define cpu_has_mips32r1 0 | 46 | #define cpu_has_mips32r1 0 |
43 | #define cpu_has_mips32r2 0 | 47 | #define cpu_has_mips32r2 0 |
44 | #define cpu_has_mips64r1 0 | 48 | #define cpu_has_mips64r1 0 |