mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
ebb30c0b3a
commit
00cd7a584a
2 changed files with 2 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue