Update contrib.
1 // Copyright (c) 1996-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.
19 // Set up virtual addresses used for cache flushing if this is
20 // done by data read or line allocate
21 void M::SetupCacheFlushPtr(TInt aCache, SCacheInfo& aInfo)
27 void M::GetAPBootInfo(TInt /*aCpu*/, volatile SAPBootInfo* /*aInfo*/)
33 __KTRACE_OPT(KBOOT,Kern::Printf("M::Init2AP()"));
34 DThread& t = Kern::CurrentThread();
35 SubScheduler().iAddressSpace = t.iOwningProcess;
36 t.iNThread.SetAddressSpace(t.iOwningProcess);
37 t.iNThread.SetAttributes(KThreadAttAddressSpace);