mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 01:45:07 -04:00
kern: other dmbs in kernel were already dmb ish
This commit is contained in:
parent
1d5f66be56
commit
9cc6be4d57
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ namespace ams::kern::arch::arm64::cpu {
|
|||
} else {
|
||||
m_counter = cpu::GetPerformanceCounter(m_which);
|
||||
}
|
||||
DataMemoryBarrier();
|
||||
DataMemoryBarrierInnerShareable();
|
||||
m_done = true;
|
||||
return nullptr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue