From: Thiemo Seufer Date: Wed, 27 Jul 2005 21:48:12 +0000 (+0000) Subject: R4600 has 32 FPRs. X-Git-Tag: v2.6.15-rc1~731^2~1^2~120 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=075e7502d9701dbc206ed32046888acfc8a4bb73;p=~shefty%2Frdma-dev.git R4600 has 32 FPRs. Signed-off-by: Thiemo Seufer Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index 70c8ad9bc8f..5d71eca4157 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c @@ -277,7 +277,8 @@ static inline void cpu_probe_legacy(struct cpuinfo_mips *c) case PRID_IMP_R4600: c->cputype = CPU_R4600; c->isa_level = MIPS_CPU_ISA_III; - c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; + c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | + MIPS_CPU_LLSC; c->tlbsize = 48; break; #if 0