mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Get correct physical address in HalpGrowMapBuffers.
svn path=/trunk/; revision=17636
This commit is contained in:
@@ -235,6 +235,8 @@ HalpGrowMapBuffers(
|
||||
if (VirtualAddress == NULL)
|
||||
return FALSE;
|
||||
|
||||
PhysicalAddress = MmGetPhysicalAddress(VirtualAddress);
|
||||
|
||||
/*
|
||||
* All the following must be done with the master adapter lock held
|
||||
* to prevent corruption.
|
||||
|
||||
Reference in New Issue
Block a user