mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:02:56 +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)
|
if (VirtualAddress == NULL)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
PhysicalAddress = MmGetPhysicalAddress(VirtualAddress);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* All the following must be done with the master adapter lock held
|
* All the following must be done with the master adapter lock held
|
||||||
* to prevent corruption.
|
* to prevent corruption.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue