From 463cc8858c3ec604b0f764a603f01e140c94e8ee Mon Sep 17 00:00:00 2001 From: David Welch Date: Wed, 27 Feb 2002 01:12:26 +0000 Subject: [PATCH] Applied Harmut Birr's patch svn path=/trunk/; revision=2655 --- reactos/ntoskrnl/mm/section.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/mm/section.c b/reactos/ntoskrnl/mm/section.c index f18e0260ba0..2c24ab90c75 100644 --- a/reactos/ntoskrnl/mm/section.c +++ b/reactos/ntoskrnl/mm/section.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: section.c,v 1.77 2002/02/19 00:09:23 ekohl Exp $ +/* $Id: section.c,v 1.78 2002/02/27 01:12:26 dwelch Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/mm/section.c @@ -1315,6 +1315,7 @@ MmPageOutSectionView(PMADDRESS_SPACE AddressSpace, { if (!DirectMapped || Private) { + MmSetSavedSwapEntryPage(PhysicalAddress, 0); MmReleasePageMemoryConsumer(MC_USER, PhysicalAddress); } if (Private)