[NTOSKRNL/MM]

- Also round down offset we're given when creating a page op, so we don't miss the one that could be running at the time

svn path=/trunk/; revision=54480
This commit is contained in:
Jérôme Gardou 2011-11-23 00:24:29 +00:00
parent 235d1c5a42
commit 60c812a9dc

View file

@ -147,6 +147,7 @@ MmGetPageOp(PMEMORY_AREA MArea, HANDLE Pid, PVOID Address,
PMM_PAGEOP PageOp;
Address = (PVOID)PAGE_ROUND_DOWN(Address);
Offset = PAGE_ROUND_DOWN(Offset);
/*
* Calcuate the hash value for pageop structure