fixup! kernel: memory: Improve implementation of device shared memory.

This commit is contained in:
bunnei
2020-04-17 18:36:10 -04:00
parent 53deab811f
commit c4306af192

View File

@@ -859,7 +859,6 @@ ResultCode PageTable::LockForDeviceAddressSpace(VAddr addr, std::size_t size) {
},
perm);
return RESULT_SUCCESS;
}
@@ -882,7 +881,6 @@ ResultCode PageTable::UnlockForDeviceAddressSpace(VAddr addr, std::size_t size)
},
perm);
return RESULT_SUCCESS;
}