[NTOS:CC] CcWriteVirtualAddress(): Do not round 'Size'

Revert 'Properly align VACB writes' part of 2a80ae2bb6.

CORE-15384 CORE-16018
This commit is contained in:
Serge Gautherie 2019-06-19 06:54:02 +02:00 committed by Pierre Schweitzer
parent 774246e95c
commit a0d2170729

View file

@ -178,7 +178,6 @@ CcWriteVirtualAddress (
} while (++i < (Size >> PAGE_SHIFT));
}
Size = ROUND_TO_PAGES(Size);
ASSERT(Size <= VACB_MAPPING_GRANULARITY);
ASSERT(Size > 0);