summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/exinit.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-01 14:55:03 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-05 13:45:36 +0200
commit2bca05f7d72ae5f7bfd6c62db6c313fb0693a158 (patch)
tree6579c7a28284fda0e7b5ecf9e0c5171d9b69b1bf /cpukit/sapi/src/exinit.c
parentsptests/spfreechain01: Fix Makefile.am (diff)
downloadrtems-2bca05f7d72ae5f7bfd6c62db6c313fb0693a158.tar.bz2
score: Delete SYSTEM_STATE_BEGIN_MULTITASKING
Nothing happened between the SYSTEM_STATE_BEGIN_MULTITASKING to SYSTEM_STATE_UP transition.
Diffstat (limited to 'cpukit/sapi/src/exinit.c')
-rw-r--r--cpukit/sapi/src/exinit.c2
1 files changed, 0 insertions, 2 deletions
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