From df49c60c9671e4a28e636964d744c1f59fb6cb68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Jun 2000 15:00:15 +0000 Subject: Merged from 4.5.0-beta3a --- cpukit/sapi/include/rtems/README | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'cpukit/sapi/include/rtems') diff --git a/cpukit/sapi/include/rtems/README b/cpukit/sapi/include/rtems/README index 5fcc0d14c7..f29bdb45b7 100644 --- a/cpukit/sapi/include/rtems/README +++ b/cpukit/sapi/include/rtems/README @@ -24,10 +24,8 @@ the Timing Test Suite: /* configuration information */ - #define CONFIGURE_TMTEST - - #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER - #define CONFIGURE_TEST_NEEDS_TIMER_DRIVER + #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER + #define CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER #define CONFIGURE_MAXIMUM_TASKS 102 #define CONFIGURE_MAXIMUM_TIMERS 100 @@ -60,13 +58,13 @@ template by default. { NULL, NULL, NULL, NULL, NULL, NULL } rtems_driver_address_table Device_drivers[] = { -#ifdef CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER +#ifdef CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER CONSOLE_DRIVER_TABLE_ENTRY, #endif -#ifdef CONFIGURE_TEST_NEEDS_CLOCK_DRIVER +#ifdef CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER CLOCK_DRIVER_TABLE_ENTRY, #endif -#ifdef CONFIGURE_TEST_NEEDS_STUB_DRIVER +#ifdef CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER STUB_DRIVER_TABLE_ENTRY, #endif NULL_DRIVER_TABLE_ENTRY, @@ -83,7 +81,7 @@ rtems_initialization_tasks_table Initialization_tasks[] = { } }; -#ifdef CONFIGURE_MPTEST +#ifdef CONFIGURE_MP_APPLICATION /* * NODE_NUMBER is assumed to be set on the compile line. */ @@ -127,7 +125,7 @@ rtems_configuration_table Configuration = { /* number of device drivers */ Device_drivers, /* pointer to driver address table */ NULL, /* pointer to initial extensions */ -#ifdef CONFIGURE_MPTEST +#ifdef CONFIGURE_MP_APPLICATION &Multiprocessing_configuration #else NULL /* ptr to MP config table */ -- cgit v1.2.3