mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] add store fence to shm writes as we are using writecombine
This commit is contained in:
@@ -292,6 +292,7 @@ bool Service::Process()
|
||||
// update the flags
|
||||
INTERLOCKED_AND8((volatile char *)flags, KVMFR_HEADER_FLAG_RESTART);
|
||||
INTERLOCKED_OR8 ((volatile char *)flags, updateFlags);
|
||||
_mm_sfence();
|
||||
|
||||
return true;
|
||||
}
|
Reference in New Issue
Block a user