summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
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/score/include
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/score/include')
-rw-r--r--cpukit/score/include/rtems/bspsmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h
index 26da0a7614..da80c38ae8 100644
--- a/cpukit/score/include/rtems/bspsmp.h
+++ b/cpukit/score/include/rtems/bspsmp.h
@@ -87,7 +87,7 @@ SCORE_EXTERN uint32_t _SMP_Processor_count;
* This variable is set during the SMP initialization sequence to
* indicate the Maximum number of CPUs in this system.
*/
-extern uint32_t rtems_smp_maximum_processors;
+extern uint32_t rtems_configuration_smp_maximum_processors;
/**
* @brief Initialize Secondary CPUs