mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Get correct physical address in HalpGrowMapBuffers.
svn path=/trunk/; revision=17636
This commit is contained in:
parent
72f4f89fce
commit
eb59fe4b41
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue