forked from Imagelibrary/rtems
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:
@@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* sapi/include/confdefs.h: Account for needed a Classic API Timer when
|
||||
|
||||
@@ -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