Skip to content

Commit 19c4bb8

Browse files
committed
[HAL]
- Don't use a hard-coded constant instead of PAGE_SHIFT svn path=/trunk/; revision=53287
1 parent 0991448 commit 19c4bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactos/hal/halx86/generic/acpi/halacpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ HalpAcpiGetTable(IN PLOADER_PARAMETER_BLOCK LoaderBlock,
422422
else
423423
{
424424
/* Phase 1, use Mm */
425-
MmUnmapIoSpace(TableAddress, PageCount << 12);
425+
MmUnmapIoSpace(TableAddress, PageCount << PAGE_SHIFT);
426426
}
427427

428428
/* Cache the bios copy */

0 commit comments

Comments
 (0)