kernel/eka/memmodel/epoc/mmubase/mmubase.cpp
changeset 176 af6ec97d9189
parent 132 e4a7b1cbe40c
child 286 48e57fb1237e
equal deleted inserted replaced
175:5af6c74cd793 176:af6ec97d9189
  5521 		default:
  5521 		default:
  5522 			return KErrNotSupported;
  5522 			return KErrNotSupported;
  5523 		}
  5523 		}
  5524 
  5524 
  5525 	MmuBase::Wait();
  5525 	MmuBase::Wait();
  5526 	TInt r=M::MovePage(aOld,aNew,KRamZoneInvalidId,EFalse);
  5526 	TInt r=M::MovePage(aOld,aNew,KRamZoneInvalidId,0);
  5527 	if (r!=KErrNone)
  5527 	if (r!=KErrNone)
  5528 		aNew = KPhysAddrInvalid;
  5528 		aNew = KPhysAddrInvalid;
  5529 	MmuBase::Signal();
  5529 	MmuBase::Signal();
  5530 	__KTRACE_OPT(KMMU,Kern::Printf("Epoc::MovePhysicalPage() returns %d",r));
  5530 	__KTRACE_OPT(KMMU,Kern::Printf("Epoc::MovePhysicalPage() returns %d",r));
  5531 	return r;
  5531 	return r;