mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Applied Harmut Birr's patch
svn path=/trunk/; revision=2655
This commit is contained in:
parent
ad979612af
commit
463cc8858c
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue