diff --git a/ntoskrnl/mm/ARM3/session.c b/ntoskrnl/mm/ARM3/session.c index c849c9952c3..cb4de5f9b5f 100644 --- a/ntoskrnl/mm/ARM3/session.c +++ b/ntoskrnl/mm/ARM3/session.c @@ -374,8 +374,8 @@ MiDereferenceSession(VOID) SessionGlobal = MmSessionSpace->GlobalVirtualAddress; /* Delete all session PDEs and flush the TB */ - RtlZeroMemory(MiAddressToPde(MmSessionBase), - BYTES_TO_PAGES(MmSessionSize) * sizeof(MMPDE)); + //RtlZeroMemory(MiAddressToPde(MmSessionBase), + // BYTES_TO_PAGES(MmSessionSize) * sizeof(MMPDE)); KeFlushEntireTb(FALSE, FALSE); /* Clean up the references here. */