mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
- Reverted my last changes.
svn path=/trunk/; revision=5163
This commit is contained in:
parent
e70d5b63e7
commit
8e2008811b
1 changed files with 2 additions and 3 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: rmap.c,v 1.21 2003/07/16 20:57:36 hbirr Exp $
|
/* $Id: rmap.c,v 1.22 2003/07/19 08:02:51 hbirr Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top directory
|
* COPYRIGHT: See COPYING in the top directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -269,8 +269,7 @@ MmPageOutPhysicalAddress(PHYSICAL_ADDRESS PhysicalAddress)
|
||||||
return(STATUS_UNSUCCESSFUL);
|
return(STATUS_UNSUCCESSFUL);
|
||||||
}
|
}
|
||||||
Type = MemoryArea->Type;
|
Type = MemoryArea->Type;
|
||||||
if (Type == MEMORY_AREA_SECTION_VIEW ||
|
if (Type == MEMORY_AREA_SECTION_VIEW)
|
||||||
Type == MEMORY_AREA_CACHE_SEGMENT)
|
|
||||||
{
|
{
|
||||||
Offset = (ULONG)(Address - (ULONG)MemoryArea->BaseAddress);
|
Offset = (ULONG)(Address - (ULONG)MemoryArea->BaseAddress);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue