diff -r 73ea206103e6 -r 43365a9b78a3 kernel/eka/include/drivers/smppower/idlehelper.h --- a/kernel/eka/include/drivers/smppower/idlehelper.h Wed Jun 23 19:44:53 2010 +0300 +++ b/kernel/eka/include/drivers/smppower/idlehelper.h Tue Jul 06 15:50:07 2010 +0300 @@ -171,7 +171,7 @@ static void ClearIdleIPI(); static void DoWFI();//puts current CPU in wait for interrupt state static TBool IsIntPending(); - static TUint32 IntPending(); + static TInt IntPending(); static TUint32 GetTimerCount();//HW timer can be used for tracing //Atomic checks used to synchronise cores going idle static TBool ClearLocalAndCheckGlobalIdle(TUint32);