mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00: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:
parent
774246e95c
commit
a0d2170729
1 changed files with 0 additions and 1 deletions
|
@ -178,7 +178,6 @@ CcWriteVirtualAddress (
|
|||
} while (++i < (Size >> PAGE_SHIFT));
|
||||
}
|
||||
|
||||
Size = ROUND_TO_PAGES(Size);
|
||||
ASSERT(Size <= VACB_MAPPING_GRANULARITY);
|
||||
ASSERT(Size > 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue