From 2bca05f7d72ae5f7bfd6c62db6c313fb0693a158 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 1 Aug 2013 14:55:03 +0200 Subject: score: Delete SYSTEM_STATE_BEGIN_MULTITASKING Nothing happened between the SYSTEM_STATE_BEGIN_MULTITASKING to SYSTEM_STATE_UP transition. --- cpukit/sapi/src/exinit.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/sapi/src/exinit.c') diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c index 5574b43910..7dad241d6c 100644 --- a/cpukit/sapi/src/exinit.c +++ b/cpukit/sapi/src/exinit.c @@ -219,8 +219,6 @@ void rtems_initialize_start_multitasking(void) { uint32_t status; - _System_state_Set( SYSTEM_STATE_BEGIN_MULTITASKING ); - #ifdef RTEMS_SMP _SMP_Request_other_cores_to_perform_first_context_switch(); #endif -- cgit v1.2.3