summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/tmtests/tmoverhd/tmtest.adb
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 22:47:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 22:47:47 +0000
commit8ed37e3c2d52e5275cc8a7571dd2b466db05e3f8 (patch)
treedd4d2d0b5711f73d78787f682751e552b871f0f9 /c/src/ada-tests/tmtests/tmoverhd/tmtest.adb
parentCorrected for this test. (diff)
downloadrtems-8ed37e3c2d52e5275cc8a7571dd2b466db05e3f8.tar.bz2
corrected to compile with the new binding.
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/tmtests/tmoverhd/tmtest.adb10
1 files changed, 2 insertions, 8 deletions
diff --git a/c/src/ada-tests/tmtests/tmoverhd/tmtest.adb b/c/src/ada-tests/tmtests/tmoverhd/tmtest.adb
index b1048b3cb9..2faf4bb226 100644
--- a/c/src/ada-tests/tmtests/tmoverhd/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tmoverhd/tmtest.adb
@@ -21,7 +21,6 @@
-- $Id$
--
-with BSP;
with DUMMY_RTEMS;
with INTERFACES; use INTERFACES;
with RTEMS;
@@ -163,13 +162,8 @@ package body TMTEST is
for INDEX in 1 .. TIME_TEST_SUPPORT.OPERATION_COUNT
loop
DUMMY_RTEMS.INITIALIZE_EXECUTIVE(
- BSP.CONFIGURATION'ACCESS,
- CPU_TABLE'ACCESS,
- TMTEST.INITIALIZATION_TASKS'ACCESS,
- RTEMS.NO_DEVICE_DRIVERS,
- RTEMS.NO_USER_EXTENSIONS,
- RTEMS.NO_MULTIPROCESSING_TABLE,
- RTEMS.NO_MPCI_TABLE
+ RTEMS.CONFIGURATION,
+ CPU_TABLE'ACCESS
);
end loop;
TMTEST.END_TIME := TIMER_DRIVER.READ_TIMER;