summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
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 /cpukit/sapi
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.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/confdefs.h4
1 files changed, 2 insertions, 2 deletions
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