summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/confdefs.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 16:42:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 16:42:47 +0000
commit913ede4f31f3356db1bb7dfd59328813adb06a47 (patch)
treede6ede5db3b15fbf637e650b023ac78b502d711f /cpukit/sapi/include/confdefs.h
parent2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-913ede4f31f3356db1bb7dfd59328813adb06a47.tar.bz2
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/confdefs.h: Make sure CONFIGURE_TIMER_FOR_SHARED_MEMORY_DRIVER is defined to 0 in single processor configurations.
Diffstat (limited to 'cpukit/sapi/include/confdefs.h')
-rw-r--r--cpukit/sapi/include/confdefs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index c97ba757b6..c345b098c6 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -713,11 +713,15 @@ extern rtems_configuration_table Configuration;
#else
#define CONFIGURE_MULTIPROCESSING_TABLE NULL
- #define CONFIGURE_TIMER_FOR_SHARED_MEMORY_DRIVER 0
#endif /* CONFIGURE_MP_APPLICATION */
#endif /* RTEMS_MULTIPROCESSING */
+#ifndef CONFIGURE_TIMER_FOR_SHARED_MEMORY_DRIVER
+ #define CONFIGURE_TIMER_FOR_SHARED_MEMORY_DRIVER 0
+#endif
+
+
/*
* Default Configuration Table.
*/