forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user