Set the periodic timeout to 32 seconds.

This value is used by the STM to schedule the next run
of the VM/PE.

Signed-off-by: Eugene D. Myers <edmyers@tycho.nsa.gov>
This commit is contained in:
Eugene D. Myers 2021-02-16 12:30:41 -05:00
parent 396e497f38
commit 6c6d5f7459
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ UINT32 PostPeVmProc(UINT32 rc, UINT32 CpuIndex, UINT32 mode)
// turn on the timer
SetTimerRate(PeriodicSmi16Sec);
SetTimerRate(PeriodicSmi32Sec);
StartTimer();
AckTimer();