2007-03-10 Joel Sherrill <joel@OARcorp.com>

PR 1226/cpukit
	* sapi/include/confdefs.h: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE not
	CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE.
This commit is contained in:
Joel Sherrill
2007-03-10 16:16:10 +00:00
parent 5d3d6d1a20
commit e2a8b99612
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2007-03-10 Joel Sherrill <joel@OARcorp.com>
PR 1226/cpukit
* sapi/include/confdefs.h: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE not
CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE.
2007-03-08 Joel Sherrill <joel@OARcorp.com>
* libfs/src/imfs/imfs.h: Fix comment.

View File

@@ -403,7 +403,7 @@ int rtems_bdbuf_configuration_size =( sizeof(rtems_bdbuf_configuration)
*/
#ifdef CONFIGURE_MP_APPLICATION
#ifndef CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE
#ifndef CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE
#ifndef CONFIGURE_MP_NODE_NUMBER
#define CONFIGURE_MP_NODE_NUMBER NODE_NUMBER
@@ -438,7 +438,7 @@ rtems_multiprocessing_table Multiprocessing_configuration = {
#define CONFIGURE_MULTIPROCESSING_TABLE &Multiprocessing_configuration
#endif /* CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE */
#endif /* CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE */
#else