Get correct physical address in HalpGrowMapBuffers.

svn path=/trunk/; revision=17636
This commit is contained in:
Filip Navara 2005-09-04 15:18:52 +00:00
parent 72f4f89fce
commit eb59fe4b41

View file

@ -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.