summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-rm
diff options
context:
space:
mode:
authorRalf Baechle2007-07-13 19:58:25 +0200
committerRalf Baechle2007-07-20 19:57:39 +0200
commited203dadcd1373e80e95b04075e1eefc554a914b (patch)
tree3f564c277893d1583ccac3c146991d8cac0ab61c /include/asm-mips/mach-rm
parent[MIPS] Disable MT runtime detection on platforms which never support MT. (diff)
downloadkernel-qcow2-linux-ed203dadcd1373e80e95b04075e1eefc554a914b.tar.gz
kernel-qcow2-linux-ed203dadcd1373e80e95b04075e1eefc554a914b.tar.xz
kernel-qcow2-linux-ed203dadcd1373e80e95b04075e1eefc554a914b.zip
[MIPS] Disable UserLocal runtime detection on platforms which never have it.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mach-rm')
-rw-r--r--include/asm-mips/mach-rm/cpu-feature-overrides.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/mach-rm/cpu-feature-overrides.h b/include/asm-mips/mach-rm/cpu-feature-overrides.h
index 4682ff5c3f23..ccf543363537 100644
--- a/include/asm-mips/mach-rm/cpu-feature-overrides.h
+++ b/include/asm-mips/mach-rm/cpu-feature-overrides.h
@@ -33,6 +33,7 @@
#define cpu_has_nofpuex 0
#define cpu_has_64bits 1
#define cpu_has_mipsmt 0
+#define cpu_has_userlocal 0
#define cpu_has_mips32r1 0
#define cpu_has_mips32r2 0