diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-08-20 10:25:14 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-10-11 05:10:43 -0400 |
commit | 475032564ed96c94c085e3e7a90e07d150a7cec9 (patch) | |
tree | 36b66d585f6aef09205fb0ef525e781fa55f0b07 /arch/mips/include/asm/mach-cavium-octeon | |
parent | ee80f7c73dc1b1f0ba9f82079c9bd1c0d1aedef8 (diff) |
MIPS: Hardwire detection of DSP ASE Rev 2 for systems, as required.
Most supported systems currently hardwire cpu_has_dsp to 0, so we also
can disable support for cpu_has_dsp2 resulting in a slightly smaller
kernel.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-cavium-octeon')
-rw-r--r-- | arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h b/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h index 375ad0c815fe..94ed063eec92 100644 --- a/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h | |||
@@ -53,6 +53,7 @@ | |||
53 | #define cpu_has_mips64r2 1 | 53 | #define cpu_has_mips64r2 1 |
54 | #define cpu_has_mips_r2_exec_hazard 0 | 54 | #define cpu_has_mips_r2_exec_hazard 0 |
55 | #define cpu_has_dsp 0 | 55 | #define cpu_has_dsp 0 |
56 | #define cpu_has_dsp2 0 | ||
56 | #define cpu_has_mipsmt 0 | 57 | #define cpu_has_mipsmt 0 |
57 | #define cpu_has_vint 0 | 58 | #define cpu_has_vint 0 |
58 | #define cpu_has_veic 0 | 59 | #define cpu_has_veic 0 |