summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/exinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/src/exinit.c')
-rw-r--r--cpukit/sapi/src/exinit.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c
index 31158995ab..98c4079750 100644
--- a/cpukit/sapi/src/exinit.c
+++ b/cpukit/sapi/src/exinit.c
@@ -29,7 +29,6 @@
#include <rtems/system.h>
#include <rtems/config.h>
-#include <rtems/debug.h>
#include <rtems/extensionimpl.h>
#include <rtems/init.h>
#include <rtems/score/sysstate.h>
@@ -102,12 +101,6 @@ void rtems_initialize_data_structures(void)
_Objects_MP_Handler_early_initialization();
#endif
- /*
- * Do this as early as possible to ensure no debugging output
- * is even attempted to be printed.
- */
- _Debug_Manager_initialization();
-
_API_extensions_Initialization();
_Thread_Dispatch_initialization();