kern: update ChangePermissions to use new iteration logic

This commit is contained in:
Michael Scire
2024-10-10 14:20:31 -07:00
parent 2749ac416e
commit c9df4f8e26
2 changed files with 19 additions and 53 deletions

View File

@@ -245,7 +245,6 @@ namespace ams::kern::arch::arm64 {
static ALWAYS_INLINE void ClearPageTable(KVirtualAddress table) {
cpu::ClearPageToZero(GetVoidPointer(table));
cpu::DataSynchronizationBarrierInnerShareable();
}
ALWAYS_INLINE void OnTableUpdated() const {