2008-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>

* sapi/src/exinit.c, score/src/threadstartmultitasking.c: Improve
	comments.
This commit is contained in:
Joel Sherrill
2008-05-06 23:17:07 +00:00
parent 3766068275
commit f5f4566a5f
3 changed files with 11 additions and 2 deletions
+5
View File
@@ -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.
+4
View File
@@ -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
+2 -2
View File
@@ -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 );