From fb9c690a18b3d66925a65b17441c37fa14d4370b Mon Sep 17 00:00:00 2001 From: Florian Lohoff Date: Sun, 27 Aug 2000 10:40:38 +0000 Subject: RM7000 vs. R7000 Back to "compileability" but we should probably go back to R7000 for all occurencies for consistent naming. --- arch/mips/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/mips') 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; -- cgit v1.2.3