diff options
author | Thiemo Seufer <ths@networkno.de> | 2005-07-27 17:48:12 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:58 -0400 |
commit | 075e7502d9701dbc206ed32046888acfc8a4bb73 (patch) | |
tree | 54e315970e45b2d2cb2a22f3709291406a6ecede /arch/mips/kernel/cpu-probe.c | |
parent | 23fbee9dd5d2a41d36af49ff8e1669fb0c29fda8 (diff) |
R4600 has 32 FPRs.
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/cpu-probe.c')
-rw-r--r-- | arch/mips/kernel/cpu-probe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index 70c8ad9bc8fc..5d71eca41575 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) | |||
277 | case PRID_IMP_R4600: | 277 | case PRID_IMP_R4600: |
278 | c->cputype = CPU_R4600; | 278 | c->cputype = CPU_R4600; |
279 | c->isa_level = MIPS_CPU_ISA_III; | 279 | c->isa_level = MIPS_CPU_ISA_III; |
280 | c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; | 280 | c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | |
281 | MIPS_CPU_LLSC; | ||
281 | c->tlbsize = 48; | 282 | c->tlbsize = 48; |
282 | break; | 283 | break; |
283 | #if 0 | 284 | #if 0 |