kern: other dmbs in kernel were already dmb ish

This commit is contained in:
Michael Scire
2021-10-25 17:38:50 -07:00
parent 1d5f66be56
commit 9cc6be4d57
2 changed files with 2 additions and 2 deletions

View File

@@ -250,7 +250,7 @@ namespace ams::kern {
{
const u32 has_waiter_flag = 1;
WriteToUser(key, std::addressof(has_waiter_flag));
cpu::DataMemoryBarrier();
cpu::DataMemoryBarrierInnerShareable();
}
/* Write the value to userspace. */