idle thread now created before system initialization thread.

Also system initialization thread only created in MP systems.
This commit is contained in:
Joel Sherrill
1996-02-14 18:59:37 +00:00
parent 744d287835
commit f972294dc7
2 changed files with 2 additions and 8 deletions

View File

@@ -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,

View File

@@ -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,