mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +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
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* 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
|
* PROJECT: ReactOS kernel
|
||||||
* FILE: ntoskrnl/mm/section.c
|
* FILE: ntoskrnl/mm/section.c
|
||||||
|
@ -1315,6 +1315,7 @@ MmPageOutSectionView(PMADDRESS_SPACE AddressSpace,
|
||||||
{
|
{
|
||||||
if (!DirectMapped || Private)
|
if (!DirectMapped || Private)
|
||||||
{
|
{
|
||||||
|
MmSetSavedSwapEntryPage(PhysicalAddress, 0);
|
||||||
MmReleasePageMemoryConsumer(MC_USER, PhysicalAddress);
|
MmReleasePageMemoryConsumer(MC_USER, PhysicalAddress);
|
||||||
}
|
}
|
||||||
if (Private)
|
if (Private)
|
||||||
|
|
Loading…
Reference in a new issue