diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-13 13:58:25 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-20 13:57:39 -0400 |
commit | ed203dadcd1373e80e95b04075e1eefc554a914b (patch) | |
tree | 3f564c277893d1583ccac3c146991d8cac0ab61c /include/asm-mips/mach-cobalt | |
parent | 798d9023e440085f00b352f1c1af8894959ff63e (diff) |
[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-cobalt')
-rw-r--r-- | include/asm-mips/mach-cobalt/cpu-feature-overrides.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/mach-cobalt/cpu-feature-overrides.h b/include/asm-mips/mach-cobalt/cpu-feature-overrides.h index 3aeec4516f0..d38f069d9e9 100644 --- a/include/asm-mips/mach-cobalt/cpu-feature-overrides.h +++ b/include/asm-mips/mach-cobalt/cpu-feature-overrides.h | |||
@@ -47,6 +47,7 @@ | |||
47 | #define cpu_icache_snoops_remote_store 0 | 47 | #define cpu_icache_snoops_remote_store 0 |
48 | #define cpu_has_dsp 0 | 48 | #define cpu_has_dsp 0 |
49 | #define cpu_has_mipsmt 0 | 49 | #define cpu_has_mipsmt 0 |
50 | #define cpu_has_userlocal 0 | ||
50 | 51 | ||
51 | #define cpu_has_mips32r1 0 | 52 | #define cpu_has_mips32r1 0 |
52 | #define cpu_has_mips32r2 0 | 53 | #define cpu_has_mips32r2 0 |