summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-cobalt
diff options
context:
space:
mode:
authorRalf Baechle2007-07-13 19:54:10 +0200
committerRalf Baechle2007-07-20 19:57:39 +0200
commit798d9023e440085f00b352f1c1af8894959ff63e (patch)
treec589af7f4be4ea5e53e002869c9849fc5e725647 /include/asm-mips/mach-cobalt
parentKVM: MMU: Fix oopses with SLUB (diff)
downloadkernel-qcow2-linux-798d9023e440085f00b352f1c1af8894959ff63e.tar.gz
kernel-qcow2-linux-798d9023e440085f00b352f1c1af8894959ff63e.tar.xz
kernel-qcow2-linux-798d9023e440085f00b352f1c1af8894959ff63e.zip
[MIPS] Disable MT runtime detection on platforms which never support MT.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mach-cobalt')
-rw-r--r--include/asm-mips/mach-cobalt/cpu-feature-overrides.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-mips/mach-cobalt/cpu-feature-overrides.h b/include/asm-mips/mach-cobalt/cpu-feature-overrides.h
index c6dfa59d1986..3aeec4516f0d 100644
--- a/include/asm-mips/mach-cobalt/cpu-feature-overrides.h
+++ b/include/asm-mips/mach-cobalt/cpu-feature-overrides.h
@@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * Copyright (C) 2006 Ralf Baechle (ralf@linux-mips.org)
+ * Copyright (C) 2006, 07 Ralf Baechle (ralf@linux-mips.org)
*/
#ifndef __ASM_COBALT_CPU_FEATURE_OVERRIDES_H
#define __ASM_COBALT_CPU_FEATURE_OVERRIDES_H
@@ -46,6 +46,7 @@
#define cpu_has_ic_fills_f_dc 0
#define cpu_icache_snoops_remote_store 0
#define cpu_has_dsp 0
+#define cpu_has_mipsmt 0
#define cpu_has_mips32r1 0
#define cpu_has_mips32r2 0