diff -r a179b74831c9 -r c1f20ce4abcf kernel/eka/include/u32std.h --- a/kernel/eka/include/u32std.h Thu Aug 19 11:14:22 2010 +0300 +++ b/kernel/eka/include/u32std.h Tue Aug 31 16:34:26 2010 +0300 @@ -401,7 +401,7 @@ }; /** @test */ -enum TKernelHeapDebugFunction {EDbgMarkStart,EDbgMarkCheck,EDbgMarkEnd,EDbgSetAllocFail,EDbgSetBurstAllocFail,EDbgCheckFailure}; +enum TKernelHeapDebugFunction {EDbgMarkStart,EDbgMarkCheck,EDbgMarkEnd,EDbgSetAllocFail,EDbgSetBurstAllocFail,EDbgCheckFailure,EDbgGetAllocFail}; /** @test */ class TKernelHeapMarkCheckInfo @@ -508,6 +508,8 @@ EKernelConfigSMPUnsafeCPU0 = 1<<13, // Slow compatibility mode: all SMP-unsafe processes run on CPU 0 only EKernelConfigSMPCrazyInterrupts = 1<<14, // Enables CPU target rotation for HW Interrupts. + EKernelConfigSMPLockKernelThreadsCore0 = 1<< 15, // locks all kernel side threads to CPU 0 + EKernelConfigDisableAPs = 1u<<30, EKernelConfigTest = 1u<<31, // Only used by test code for __PLATSEC_UNLOCKED__