aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-bcm63xx
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-08-20 16:25:14 +0200
committerRalf Baechle <ralf@linux-mips.org>2012-10-11 11:10:43 +0200
commit475032564ed96c94c085e3e7a90e07d150a7cec9 (patch)
tree36b66d585f6aef09205fb0ef525e781fa55f0b07 /arch/mips/include/asm/mach-bcm63xx
parentMIPS: Add detection of DSP ASE Revision 2. (diff)
downloadlinux-dev-475032564ed96c94c085e3e7a90e07d150a7cec9.tar.xz
linux-dev-475032564ed96c94c085e3e7a90e07d150a7cec9.zip
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-bcm63xx')
-rw-r--r--arch/mips/include/asm/mach-bcm63xx/cpu-feature-overrides.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-bcm63xx/cpu-feature-overrides.h b/arch/mips/include/asm/mach-bcm63xx/cpu-feature-overrides.h
index f453c01d0672..e9c408e8ff4c 100644
--- a/arch/mips/include/asm/mach-bcm63xx/cpu-feature-overrides.h
+++ b/arch/mips/include/asm/mach-bcm63xx/cpu-feature-overrides.h
@@ -37,6 +37,7 @@
#define cpu_has_mips64r2 0
#define cpu_has_dsp 0
+#define cpu_has_dsp2 0
#define cpu_has_mipsmt 0
#define cpu_has_userlocal 0