From 88d594a3d52cb5938521619bca0def8e5b040cf0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 May 1995 21:39:42 +0000 Subject: Fully tested on all in-house targets --- cpukit/sapi/src/exinit.c | 7 +++++++ cpukit/sapi/src/io.c | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'cpukit/sapi/src') diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c index cc45a11c94..984dca68be 100644 --- a/cpukit/sapi/src/exinit.c +++ b/cpukit/sapi/src/exinit.c @@ -107,6 +107,13 @@ rtems_interrupt_level rtems_initialize_executive_early( _CPU_Initialize( cpu_table, _Thread_Dispatch ); + /* + * Do this as early as possible to insure no debugging output + * is even attempted to be printed. + */ + + _Debug_Manager_initialization(); + multiprocessing_table = configuration_table->User_multiprocessing_table; if ( multiprocessing_table == NULL ) multiprocessing_table = diff --git a/cpukit/sapi/src/io.c b/cpukit/sapi/src/io.c index cf78bb9f71..916053da7e 100644 --- a/cpukit/sapi/src/io.c +++ b/cpukit/sapi/src/io.c @@ -256,11 +256,11 @@ rtems_status_code rtems_io_control( */ rtems_status_code _IO_Handler_routine( - IO_operations operation, + IO_operations operation, rtems_device_major_number major, rtems_device_minor_number minor, - void *argument, - unsigned32 *return_value + void *argument, + unsigned32 *return_value ) { rtems_device_driver_entry io_callout; -- cgit v1.2.3