diff -r e880629062dd -r e4a7b1cbe40c kernel/eka/include/drivers/smppower/idlehelper.h --- a/kernel/eka/include/drivers/smppower/idlehelper.h Wed May 05 05:11:16 2010 +0100 +++ b/kernel/eka/include/drivers/smppower/idlehelper.h Mon May 10 11:40:53 2010 +0100 @@ -1,24 +1,26 @@ /* * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* This material, including documentation and any related computer +* programs, is protected by copyright controlled by Nokia. All +* rights are reserved. Copying, including reproducing, storing +* adapting or translating, any or all of this material requires the +* prior written consent of Nokia. This material also contains +* confidential information which may not be disclosed to others +* without the prior written consent of Nokia. * * Initial Contributors: * Nokia Corporation - initial contribution. * * Contributors: * -* Description: +* Description: * os\kernelhwsrv\kernel\eka\include\drivers\smpidlehelper.h * Helper classes required to implement CPU idle * functionality in a SMP BSP. * */ - /** @file @prototype @@ -174,7 +176,7 @@ static void ClearIdleIPI(); static void DoWFI();//puts current CPU in wait for interrupt state static TBool IsIntPending(); - static TInt IntPending(); + static TUint32 IntPending(); static TUint32 GetTimerCount();//HW timer can be used for tracing //Atomic checks used to synchronise cores going idle static TBool ClearLocalAndCheckGlobalIdle(TUint32);