mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 13:44:11 -04:00
kern: update ChangePermissions to use new iteration logic
This commit is contained in:
parent
d2656e3948
commit
e1e84d4450
2 changed files with 19 additions and 53 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue