aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-rm200/cpu-feature-overrides.h
diff options
context:
space:
mode:
authorKumba <kumba@gentoo.org>2006-06-18 02:17:01 -0400
committerRalf Baechle <ralf@linux-mips.org>2006-06-19 17:39:26 +0100
commitc3b1c2de2254aa4721e7e3c8d418fa9302e6acb0 (patch)
tree81939a7c5aa1a7ec369d1899dd0df35fbe51d8ae /include/asm-mips/mach-rm200/cpu-feature-overrides.h
parent[MIPS] Add Missing R4K Cache Macros to IP27 & IP32 (diff)
downloadlinux-dev-c3b1c2de2254aa4721e7e3c8d418fa9302e6acb0.tar.xz
linux-dev-c3b1c2de2254aa4721e7e3c8d418fa9302e6acb0.zip
[MIPS] Fix R4K cache macro names
Several machines have the R4K cache macro name spelled incorrectly. Namely, they have cpu_has_4kcache defined instead of cpu_has_4k_cache. Signed-off-by: Joshua Kinard <kumba@gentoo.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mach-rm200/cpu-feature-overrides.h')
-rw-r--r--include/asm-mips/mach-rm200/cpu-feature-overrides.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/mach-rm200/cpu-feature-overrides.h b/include/asm-mips/mach-rm200/cpu-feature-overrides.h
index 01587832bc9c..11410ae10d36 100644
--- a/include/asm-mips/mach-rm200/cpu-feature-overrides.h
+++ b/include/asm-mips/mach-rm200/cpu-feature-overrides.h
@@ -14,7 +14,7 @@
#define cpu_has_tlb 1
#define cpu_has_4kex 1
-#define cpu_has_4kcache 1
+#define cpu_has_4k_cache 1
#define cpu_has_fpu 1
#define cpu_has_32fpr 1
#define cpu_has_counter 1