summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-28 18:26:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-28 18:26:05 +0000
commitb99a35a8fcfb19f56e3ec06a4f6783edc3dc4d35 (patch)
tree08173e4c34e81f6fe622a24a6b153839b810930b /cpukit/sapi
parent2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-b99a35a8fcfb19f56e3ec06a4f6783edc3dc4d35.tar.bz2
2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/src/malloc_initialize.c, sapi/src/exinit.c, score/src/threadstartmultitasking.c: Fix spacing. * libmisc/stackchk/check.c: Move variable into compiler specific conditional.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/src/exinit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c
index 40cb02a6ad..b0574f3b34 100644
--- a/cpukit/sapi/src/exinit.c
+++ b/cpukit/sapi/src/exinit.c
@@ -104,7 +104,6 @@ void rtems_initialize_data_structures(void)
* Do this as early as possible to ensure no debugging output
* is even attempted to be printed.
*/
-
_Debug_Manager_initialization();
_API_extensions_Initialization();
@@ -164,7 +163,6 @@ void rtems_initialize_data_structures(void)
* At this point all API extensions are in place. After the call to
* _Thread_Create_idle() _Thread_Executing and _Thread_Heir will be set.
*/
-
_Thread_Create_idle();
/*
@@ -211,7 +209,6 @@ void rtems_initialize_device_drivers(void)
*
* The API extensions are supposed to create user initialization tasks.
*/
-
_API_extensions_Run_postdriver();
}