mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 22:53:18 +00:00
R4600 has 32 FPRs.
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
23fbee9dd5
commit
075e7502d9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue