Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer.
This commit is contained in:
		@@ -227,8 +227,6 @@ boost::optional<VAddr> PhysicalToVirtualAddress(PAddr addr);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Gets a pointer to the memory region beginning at the specified physical address.
 | 
			
		||||
 *
 | 
			
		||||
 * @note This is currently implemented using PhysicalToVirtualAddress().
 | 
			
		||||
 */
 | 
			
		||||
u8* GetPhysicalPointer(PAddr address);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user