- Don't use a hard-coded constant instead of PAGE_SHIFT

svn path=/trunk/; revision=53287
This commit is contained in:
Cameron Gutman
2011-08-17 14:24:36 +00:00
parent 0991448ca8
commit 19c4bb805c
+1 -1
View File
@@ -422,7 +422,7 @@ HalpAcpiGetTable(IN PLOADER_PARAMETER_BLOCK LoaderBlock,
else
{
/* Phase 1, use Mm */
MmUnmapIoSpace(TableAddress, PageCount << 12);
MmUnmapIoSpace(TableAddress, PageCount << PAGE_SHIFT);
}
/* Cache the bios copy */