aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-07-06 08:08:11 -0400
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:31:37 -0400
commit6e760c8dae7d6c47eff011dd4aad53c94d30494b (patch)
tree141699aef6e0a3b1fef03ec0c5cc8d8958851078 /include/asm-mips/mach-mips
parentca4973dd559b702e265688e724f356d289b8cd67 (diff)
Rename CONFIG_CPU_MIPS{32,64} to CONFIG_CPU_MIPS{32|64}_R1.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mach-mips')
-rw-r--r--include/asm-mips/mach-mips/cpu-feature-overrides.h4
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 6f51be571bf0..7a1189fdf1aa 100644
--- a/include/asm-mips/mach-mips/cpu-feature-overrides.h
+++ b/include/asm-mips/mach-mips/cpu-feature-overrides.h
@@ -14,7 +14,7 @@
14/* 14/*
15 * CPU feature overrides for MIPS boards 15 * CPU feature overrides for MIPS boards
16 */ 16 */
17#ifdef CONFIG_CPU_MIPS32 17#ifdef CONFIG_CPU_MIPS32_R1
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_4ktlb 1 20#define cpu_has_4ktlb 1
@@ -39,7 +39,7 @@
39/* #define cpu_has_subset_pcaches ? */ 39/* #define cpu_has_subset_pcaches ? */
40#endif 40#endif
41 41
42#ifdef CONFIG_CPU_MIPS64 42#ifdef CONFIG_CPU_MIPS64_R1
43#define cpu_has_tlb 1 43#define cpu_has_tlb 1
44#define cpu_has_4kex 1 44#define cpu_has_4kex 1
45#define cpu_has_4ktlb 1 45#define cpu_has_4ktlb 1