System clock don't update, because C6's TSC stop count up when run

HALT instruction.

PR:		13683
Submitted by:	IMAI Takeshi <take-i@ceres.dti.ne.jp>
Reviewed by:	phk
This commit is contained in:
Poul-Henning Kamp 1999-09-10 20:45:50 +00:00
parent ebb30c0b3a
commit 00cd7a584a
2 changed files with 2 additions and 0 deletions

View file

@ -476,6 +476,7 @@ printcpuinfo(void)
switch (cpu_id & 0xff0) {
case 0x540:
strcat(cpu_model, "WinChip C6");
tsc_is_broken = 1;
break;
case 0x580:
strcat(cpu_model, "WinChip 2");

View file

@ -476,6 +476,7 @@ printcpuinfo(void)
switch (cpu_id & 0xff0) {
case 0x540:
strcat(cpu_model, "WinChip C6");
tsc_is_broken = 1;
break;
case 0x580:
strcat(cpu_model, "WinChip 2");