mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 04:07:33 +08:00
2008-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/src/exinit.c, score/src/threadstartmultitasking.c: Improve comments.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* sapi/src/exinit.c, score/src/threadstartmultitasking.c: Improve
|
||||
comments.
|
||||
|
||||
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* score/src/objectget.c: Improve comments and readability.
|
||||
|
||||
@@ -124,6 +124,10 @@ rtems_interrupt_level rtems_initialize_executive_early(
|
||||
|
||||
_Thread_Dispatch_initialization();
|
||||
|
||||
/*
|
||||
* Before this is called, we are not allowed to allocate memory
|
||||
* from the Workspace because it is not initialized.
|
||||
*/
|
||||
_Workspace_Handler_initialization(
|
||||
(void *)configuration_table->work_space_start,
|
||||
configuration_table->work_space_size
|
||||
|
||||
@@ -55,8 +55,8 @@ void _Thread_Start_multitasking( void )
|
||||
{
|
||||
/*
|
||||
* The system is now multitasking and completely initialized.
|
||||
* This system thread now either "goes away" in a single processor
|
||||
* system or "turns into" the server thread in an MP system.
|
||||
* This system thread now "hides" in a single processor until
|
||||
* the system is shut down.
|
||||
*/
|
||||
|
||||
_System_state_Set( SYSTEM_STATE_UP );
|
||||
|
||||
Reference in New Issue
Block a user