kernel/eka/include/drivers/smppower/idlehelper.h
changeset 201 43365a9b78a3
parent 200 73ea206103e6
--- 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);