summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-10 16:16:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-10 16:16:44 +0000
commit91f9d891f8019c0af0c24df7a7df1c6f165cadc6 (patch)
tree86765c7cf5d70de7aaf8e67dc05b3ebbcc4c59d3 /cpukit
parent2007-03-10 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-91f9d891f8019c0af0c24df7a7df1c6f165cadc6.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.
Diffstat (limited to 'cpukit')
-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 1f045dbd8f..d7ca88cbeb 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-05 Joel Sherrill <joel@OARcorp.com>
PR 1221/cpukit
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index ae6ba1ada9..8371f352ff 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -426,7 +426,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
@@ -461,7 +461,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