kernel/eka/memmodel/epoc/mmubase/ramalloc.cpp
changeset 11 329ab0095843
parent 9 96e5fb8b040d
child 22 2f92ad2dc5db
equal deleted inserted replaced
10:36bfc973b146 11:329ab0095843
  2825 		TInt ret = (*iZonePowerFunc)(ERamZoneOp_Init, NULL, (TUint*)&iZonePwrState);
  2825 		TInt ret = (*iZonePowerFunc)(ERamZoneOp_Init, NULL, (TUint*)&iZonePwrState);
  2826 		if (ret != KErrNone && ret != KErrNotSupported)
  2826 		if (ret != KErrNone && ret != KErrNotSupported)
  2827 			{
  2827 			{
  2828 			Panic(EZonesCallbackErr);
  2828 			Panic(EZonesCallbackErr);
  2829 			}
  2829 			}
  2830 		CHECK_PRECONDITIONS(MASK_THREAD_CRITICAL, "DRamAllocator::ZoneAllocPages");
  2830 		CHECK_PRECONDITIONS(MASK_THREAD_CRITICAL, "DRamAllocator::InitialCallback");
  2831 		}
  2831 		}
  2832 	iZoneCallbackInitSent = ETrue;
  2832 	iZoneCallbackInitSent = ETrue;
  2833 	}
  2833 	}
  2834 
  2834 
  2835 
  2835