diff options
author | Florian Lohoff <flo@rfc822.org> | 2000-08-27 10:40:38 +0000 |
---|---|---|
committer | Florian Lohoff <flo@rfc822.org> | 2000-08-27 10:40:38 +0000 |
commit | fb9c690a18b3d66925a65b17441c37fa14d4370b (patch) | |
tree | d5496f3444e2af56530a2a699766c3766d9c21f1 /arch/mips/kernel/setup.c | |
parent | fe1a80c098d171e9bfcf2cb58eaf8796be46a45a (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/kernel/setup.c')
-rw-r--r-- | arch/mips/kernel/setup.c | 2 |
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; |