From b99a35a8fcfb19f56e3ec06a4f6783edc3dc4d35 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Aug 2009 18:26:05 +0000 Subject: 2009-08-28 Joel Sherrill * 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. --- cpukit/sapi/src/exinit.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpukit/sapi') 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(); } -- cgit v1.2.3