From cb3873f9527260592c97d02c475109e1797499d1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 May 2008 18:44:34 +0000 Subject: 2008-05-12 Joel Sherrill * tmoverhd/dumrtems.h: Refactored and renamed initialization routines to rtems_initialize_data_structures, rtems_initialize_before_drivers, rtems_initialize_device_drivers, and rtems_initialize_start_multitasking. This opened the sequence up so that bootcard() could provide a more robust and flexible framework which is easier to explain and understand. This also lays the groundwork for sharing the division of available memory between the RTEMS workspace and heap and the C library initialization across all BSPs. --- testsuites/tmtests/tmoverhd/dumrtems.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/tmtests/tmoverhd/dumrtems.h') diff --git a/testsuites/tmtests/tmoverhd/dumrtems.h b/testsuites/tmtests/tmoverhd/dumrtems.h index 12441423af..493a5da593 100644 --- a/testsuites/tmtests/tmoverhd/dumrtems.h +++ b/testsuites/tmtests/tmoverhd/dumrtems.h @@ -33,7 +33,7 @@ #undef rtems_port_ident #undef rtems_event_receive #undef rtems_event_send -#undef rtems_initialize_executive +#undef rtems_initialize_data_structures #undef rtems_shutdown_executive #undef rtems_interrupt_catch #undef rtems_partition_create -- cgit v1.2.3