kernel/eka/memmodel/epoc/mmubase/mmubase.cpp
branchRCL_3
changeset 117 5b5d147c7838
parent 110 c734af59ce98
child 249 a179b74831c9
equal deleted inserted replaced
110:c734af59ce98 117:5b5d147c7838
  5471 		default:
  5471 		default:
  5472 			return KErrNotSupported;
  5472 			return KErrNotSupported;
  5473 		}
  5473 		}
  5474 
  5474 
  5475 	MmuBase::Wait();
  5475 	MmuBase::Wait();
  5476 	TInt r=M::MovePage(aOld,aNew,KRamZoneInvalidId,EFalse);
  5476 	TInt r=M::MovePage(aOld,aNew,KRamZoneInvalidId,0);
  5477 	if (r!=KErrNone)
  5477 	if (r!=KErrNone)
  5478 		aNew = KPhysAddrInvalid;
  5478 		aNew = KPhysAddrInvalid;
  5479 	MmuBase::Signal();
  5479 	MmuBase::Signal();
  5480 	__KTRACE_OPT(KMMU,Kern::Printf("Epoc::MovePhysicalPage() returns %d",r));
  5480 	__KTRACE_OPT(KMMU,Kern::Printf("Epoc::MovePhysicalPage() returns %d",r));
  5481 	return r;
  5481 	return r;