mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 23:30:07 +08:00
[NTOS:CC] CcWriteVirtualAddress(): Do not round 'Size'
Revert 'Properly align VACB writes' part of 2a80ae2bb6.
CORE-15384 CORE-16018
This commit is contained in:
committed by
Pierre Schweitzer
parent
774246e95c
commit
a0d2170729
@@ -178,7 +178,6 @@ CcWriteVirtualAddress (
|
||||
} while (++i < (Size >> PAGE_SHIFT));
|
||||
}
|
||||
|
||||
Size = ROUND_TO_PAGES(Size);
|
||||
ASSERT(Size <= VACB_MAPPING_GRANULARITY);
|
||||
ASSERT(Size > 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user