summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-10 16:16:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-10 16:16:10 +0000
commite2a8b9961289404c708fcb3e5b4e7564d04cc95a (patch)
treee5e5be49bbdecdcc9446dcc5ca72ad8d26e49f23
parent2007-03-10 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e2a8b9961289404c708fcb3e5b4e7564d04cc95a.tar.bz2
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.
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/sapi/include/confdefs.h4
2 files changed, 8 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0b3bfa205c..ab113f32cf 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -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.
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index ea70b7aa25..0ccf4daaa4 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -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