mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[HAL]
- Don't use a hard-coded constant instead of PAGE_SHIFT svn path=/trunk/; revision=53287
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user