mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 13:34:50 +08:00
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.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user