summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/src/exinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/sapi/src/exinit.c')
-rw-r--r--c/src/exec/sapi/src/exinit.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/c/src/exec/sapi/src/exinit.c b/c/src/exec/sapi/src/exinit.c
index 303e235e0e..52f24ed7d0 100644
--- a/c/src/exec/sapi/src/exinit.c
+++ b/c/src/exec/sapi/src/exinit.c
@@ -250,10 +250,7 @@ void rtems_initialize_executive_late(
_System_state_Set( SYSTEM_STATE_BEGIN_MULTITASKING );
- _Thread_Start_multitasking(
- _Internal_threads_System_initialization_thread,
- _Internal_threads_Idle_thread
- );
+ _Thread_Start_multitasking();
/*
* Restore the interrupt level to what the BSP had. Technically,