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:
Joel Sherrill
2008-09-05 16:42:47 +00:00
parent 614e6bbd14
commit 913ede4f31
2 changed files with 11 additions and 1 deletions

View File

@@ -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

View File

@@ -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.
*/