summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/confdefs.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-04 16:40:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-04 16:40:00 +0000
commite79093acb1943261173f83188468b1ab4075956a (patch)
treebff361a645349293e2664dbae0f4f3e9c825cefa /cpukit/sapi/include/confdefs.h
parentWhitespace fixes. (diff)
downloadrtems-e79093acb1943261173f83188468b1ab4075956a.tar.bz2
2011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1773/cpukit * sapi/include/confdefs.h, sapi/src/exinit.c, score/include/rtems/bspsmp.h, score/src/percpu.c, score/src/thread.c: Rename rtems_smp_maximum_processor to rtems_configuration_smp_maximum_processor. Eliminate printk().
Diffstat (limited to 'cpukit/sapi/include/confdefs.h')
-rw-r--r--cpukit/sapi/include/confdefs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index ad81403430..e7e2a8505d 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -2161,9 +2161,10 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
* in an SMP configuration.
*/
#if defined(CONFIGURE_INIT)
- uint32_t rtems_smp_maximum_processors = CONFIGURE_SMP_MAXIMUM_PROCESSORS;
+ uint32_t rtems_configuration_smp_maximum_processors = \
+ CONFIGURE_SMP_MAXIMUM_PROCESSORS;
#else
- extern uint32_t rtems_smp_maximum_processors;
+ extern uint32_t rtems_configuration_smp_maximum_processors;
#endif
/*
* Instantiate the Per CPU information based upon the user configuration.