summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-08 21:44:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-08 21:44:02 +0000
commit6c7928bba3a0f871b7bf66767056313d4506059a (patch)
tree8237f3010cab868ca620dfea547dd94316ffb268 /cpukit/sapi
parent2007-03-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6c7928bba3a0f871b7bf66767056313d4506059a.tar.bz2
2007-03-08 Joel Sherrill <joel@OARcorp.com>
* libfs/src/imfs/imfs.h: Fix comment.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/confdefs.h26
1 files changed, 2 insertions, 24 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index dea039ee24..ea70b7aa25 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -253,29 +253,6 @@ rtems_initialization_tasks_table Initialization_tasks[] = {
#endif
/*
- * Map obsolete names to current ones
- *
- * NOTE: These should be obsoleted in a future release.
- */
-
-#ifdef CONFIGURE_TEST_NEEDS_TIMER_DRIVER
-#define CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER
-#endif
-#ifdef CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
-#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
-#endif
-#ifdef CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
-#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
-#endif
-#ifdef CONFIGURE_TEST_NEEDS_RTC_DRIVER
-#define CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER
-#endif
-#ifdef CONFIGURE_TEST_NEEDS_STUB_DRIVER
-#define CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
-#endif
-
-
-/*
* Default Device Driver Table. Each driver needed by the test is explicitly
* choosen by that test. There is always a null driver entry.
*/
@@ -1097,7 +1074,8 @@ itron_initialization_tasks_table ITRON_Initialization_tasks[] = {
#ifdef CONFIGURE_GNAT_RTEMS
#define CONFIGURE_GNAT_MUTEXES 10
-#define CONFIGURE_GNAT_KEYS 1
+/* GNAT/RTEMS provides an optimized Ada self and does not use POSIX Keys */
+#define CONFIGURE_GNAT_KEYS 0
/* 20 are required to run all tests in the ACVC */
#ifndef CONFIGURE_MAXIMUM_ADA_TASKS