forked from Imagelibrary/rtems
2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/src/exinit.c: Eliminate _CPU_Thread_dispatch_pointer and passing address of _Thread_Dispatch to _CPU_Initialize. Clean up comments.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* sapi/src/exinit.c: Eliminate _CPU_Thread_dispatch_pointer and passing
|
||||
address of _Thread_Dispatch to _CPU_Initialize. Clean up comments.
|
||||
|
||||
2009-02-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1374/misc
|
||||
|
||||
@@ -72,11 +72,6 @@ void rtems_initialize_data_structures(void)
|
||||
* are disabled by boot_card().
|
||||
*/
|
||||
|
||||
/*
|
||||
* Initialize any target architecture specific support as early as possible
|
||||
*/
|
||||
_CPU_Initialize( _Thread_Dispatch );
|
||||
|
||||
#if defined(RTEMS_MULTIPROCESSING)
|
||||
/*
|
||||
* Initialize the system state based on whether this is an MP system.
|
||||
@@ -96,6 +91,11 @@ void rtems_initialize_data_structures(void)
|
||||
_System_state_Handler_initialization( FALSE );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Initialize any target architecture specific support as early as possible
|
||||
*/
|
||||
_CPU_Initialize();
|
||||
|
||||
/*
|
||||
* Do this as early as possible to ensure no debugging output
|
||||
* is even attempted to be printed.
|
||||
|
||||
Reference in New Issue
Block a user