Fix cpu model for PODP5V83. It is P24T, not P54T.

Also remove redundant 'Overdrive' word.

Pointed out by:	SATOU Tomokazu (tomo1770 at maple ocn ne jp)
MFC after:	1 week
This commit is contained in:
nyan 2009-11-12 10:59:00 +00:00
parent d5d8337d19
commit 278a858ddd

View File

@ -265,7 +265,7 @@ printcpuinfo(void)
strcat(cpu_model, "/P54C");
break;
case 0x30:
strcat(cpu_model, "/P54T Overdrive");
strcat(cpu_model, "/P24T");
break;
case 0x40:
strcat(cpu_model, "/P55C");