Memory: remove IsValidVirtualAddress with current process

This commit is contained in:
Weiyi Wang 2018-11-17 14:31:00 -05:00
parent 36cf104a02
commit 7308b8d294
4 changed files with 7 additions and 10 deletions

View file

@ -183,7 +183,6 @@ PageTable* GetCurrentPageTable();
/// Determines if the given VAddr is valid for the specified process.
bool IsValidVirtualAddress(const Kernel::Process& process, VAddr vaddr);
bool IsValidVirtualAddress(VAddr vaddr);
bool IsValidPhysicalAddress(PAddr paddr);