summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorFlorian Lohoff <flo@rfc822.org>2000-08-27 10:40:38 +0000
committerFlorian Lohoff <flo@rfc822.org>2000-08-27 10:40:38 +0000
commitfb9c690a18b3d66925a65b17441c37fa14d4370b (patch)
treed5496f3444e2af56530a2a699766c3766d9c21f1 /arch/mips
parentfe1a80c098d171e9bfcf2cb58eaf8796be46a45a (diff)
RM7000 vs. R7000 Back to "compileability" but we should
probably go back to R7000 for all occurencies for consistent naming.
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index 645509e30..0539e0f6b 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -196,7 +196,7 @@ static inline void cpu_probe(void)
mips_cputype = CPU_R6000A;
break;
case PRID_IMP_RM7000:
- mips_cputype = CPU_R7000;
+ mips_cputype = CPU_RM7000;
break;
case PRID_IMP_R8000:
mips_cputype = CPU_R8000;