Update contrib.
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32\nkernsmp\arm\nccpu.cia
26 __NAKED__ void KickCpu(volatile T_UintPtr* aPtr, T_UintPtr aRegsPhys)
28 asm("orr r1, r1, #3 ");
30 __DATA_SYNC_BARRIER__(r0);
35 __NAKED__ void _ApEntry()
38 __DATA_SYNC_BARRIER__(r0);
39 asm("ldr r1, [r4, #%a0]" : : "i" _FOFF(SAPBootInfo,iMain));
40 asm("mov r0, r4 "); // pointer to SAPBootInfo