mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
idle thread now created before system initialization thread.
Also system initialization thread only created in MP systems.
This commit is contained in:
@@ -250,10 +250,7 @@ void rtems_initialize_executive_late(
|
|||||||
|
|
||||||
_System_state_Set( SYSTEM_STATE_BEGIN_MULTITASKING );
|
_System_state_Set( SYSTEM_STATE_BEGIN_MULTITASKING );
|
||||||
|
|
||||||
_Thread_Start_multitasking(
|
_Thread_Start_multitasking();
|
||||||
_Internal_threads_System_initialization_thread,
|
|
||||||
_Internal_threads_Idle_thread
|
|
||||||
);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Restore the interrupt level to what the BSP had. Technically,
|
* Restore the interrupt level to what the BSP had. Technically,
|
||||||
|
|||||||
@@ -250,10 +250,7 @@ void rtems_initialize_executive_late(
|
|||||||
|
|
||||||
_System_state_Set( SYSTEM_STATE_BEGIN_MULTITASKING );
|
_System_state_Set( SYSTEM_STATE_BEGIN_MULTITASKING );
|
||||||
|
|
||||||
_Thread_Start_multitasking(
|
_Thread_Start_multitasking();
|
||||||
_Internal_threads_System_initialization_thread,
|
|
||||||
_Internal_threads_Idle_thread
|
|
||||||
);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Restore the interrupt level to what the BSP had. Technically,
|
* Restore the interrupt level to what the BSP had. Technically,
|
||||||
|
|||||||
Reference in New Issue
Block a user