mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 13:02:56 +01:00
committed by
Christian Helmuth
parent
d65826a85d
commit
ac47053b2f
@@ -709,7 +709,7 @@ class Vcpu_handler : public Vmm::Vcpu_dispatcher<pthread>
|
||||
/* load saved FPU state of EMT thread */
|
||||
fpu_load(reinterpret_cast<char *>(&_emt_fpu_state));
|
||||
|
||||
// CPUMSetChangedFlags(pVCpu, CPUM_CHANGED_GLOBAL_TLB_FLUSH);
|
||||
CPUMSetChangedFlags(pVCpu, CPUM_CHANGED_GLOBAL_TLB_FLUSH);
|
||||
|
||||
VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user