diff options
author | Kumba <kumba@gentoo.org> | 2006-06-18 02:17:01 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 12:39:26 -0400 |
commit | c3b1c2de2254aa4721e7e3c8d418fa9302e6acb0 (patch) | |
tree | 81939a7c5aa1a7ec369d1899dd0df35fbe51d8ae /include/asm-mips/mach-mips/cpu-feature-overrides.h | |
parent | 2493921c284813b9f512c95d972a302cf82296cb (diff) |
[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-mips/cpu-feature-overrides.h')
-rw-r--r-- | include/asm-mips/mach-mips/cpu-feature-overrides.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/mach-mips/cpu-feature-overrides.h b/include/asm-mips/mach-mips/cpu-feature-overrides.h index e06af6c86f86..12c937283bb4 100644 --- a/include/asm-mips/mach-mips/cpu-feature-overrides.h +++ b/include/asm-mips/mach-mips/cpu-feature-overrides.h | |||
@@ -17,7 +17,7 @@ | |||
17 | #ifdef CONFIG_CPU_MIPS32 | 17 | #ifdef CONFIG_CPU_MIPS32 |
18 | #define cpu_has_tlb 1 | 18 | #define cpu_has_tlb 1 |
19 | #define cpu_has_4kex 1 | 19 | #define cpu_has_4kex 1 |
20 | #define cpu_has_4kcache 1 | 20 | #define cpu_has_4k_cache 1 |
21 | /* #define cpu_has_fpu ? */ | 21 | /* #define cpu_has_fpu ? */ |
22 | /* #define cpu_has_32fpr ? */ | 22 | /* #define cpu_has_32fpr ? */ |
23 | #define cpu_has_counter 1 | 23 | #define cpu_has_counter 1 |
@@ -47,7 +47,7 @@ | |||
47 | #ifdef CONFIG_CPU_MIPS64 | 47 | #ifdef CONFIG_CPU_MIPS64 |
48 | #define cpu_has_tlb 1 | 48 | #define cpu_has_tlb 1 |
49 | #define cpu_has_4kex 1 | 49 | #define cpu_has_4kex 1 |
50 | #define cpu_has_4kcache 1 | 50 | #define cpu_has_4k_cache 1 |
51 | /* #define cpu_has_fpu ? */ | 51 | /* #define cpu_has_fpu ? */ |
52 | /* #define cpu_has_32fpr ? */ | 52 | /* #define cpu_has_32fpr ? */ |
53 | #define cpu_has_counter 1 | 53 | #define cpu_has_counter 1 |