Add support for SB1A CPU.

Signed-Off-By: Andy Isaacson <adi@broadcom.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Andrew Isaacson
2005-10-19 23:56:20 -07:00
committed by Ralf Baechle
parent 4f19f99047
commit 93ce2f524e
5 changed files with 9 additions and 2 deletions

View File

@ -623,6 +623,9 @@ static inline void cpu_probe_sibyte(struct cpuinfo_mips *c)
c->options &= ~(MIPS_CPU_FPU | MIPS_CPU_32FPR);
#endif
break;
case PRID_IMP_SB1A:
c->cputype = CPU_SB1A;
break;
}
}