[NTOS]: Remove merge artifact from newcc.

svn path=/trunk/; revision=49432
This commit is contained in:
Sir Richard 2010-11-02 14:40:07 +00:00
parent 893dc1fad1
commit 82ca671f14

View file

@ -1427,7 +1427,6 @@ MmNotPresentFaultSectionView(PMMSUPPORT AddressSpace,
if (!MmIsPagePresent(Process, Address))
{
Entry = MmGetPageEntrySectionSegment(Segment, Offset);
DPRINT1("Entry %x\n", Entry);
HasSwapEntry = MmIsPageSwapEntry(Process, (PVOID)PAddress);
if (PAGE_FROM_SSE(Entry) == 0 || HasSwapEntry)