kernel/eka/rombuild/kernel.hby
changeset 0 a41df078684a
child 177 a232af6b0b1f
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #define EKernelConfigCrazyScheduling	8
       
    17 #define EKernelConfigSMPUnsafeCompat	12
       
    18 #define EKernelConfigSMPUnsafeCPU0		13
       
    19 #define EKernelConfigSMPCrazyInterrupts	14
       
    20 #define EKernelConfigDisableAPs			30
       
    21 
       
    22 #define CRAZYSCHEDULING(state)	kernelconfig EKernelConfigCrazyScheduling state
       
    23 #define SMPUNSAFECOMPAT(state)	kernelconfig EKernelConfigSMPUnsafeCompat state
       
    24 #define SMPUNSAFECPU0(state)	kernelconfig EKernelConfigSMPUnsafeCPU0 state
       
    25 #define CRAZYINTERRUPTS(state)	kernelconfig EKernelConfigSMPCrazyInterrupts state
       
    26 #define	SMP_USE_BP_ONLY(state)	kernelconfig EKernelConfigDisableAPs state