summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-13 13:37:06 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-16 11:44:12 +0200
commit6c2eedc7dd86898dceb9bbbe96b02d94cb468e01 (patch)
tree59237dda2a2eab59ceb8cc209a45d8c3b635ce09 /cpukit/score/include
parentfstests/fsstatvfs: Fix end of test message (diff)
downloadrtems-6c2eedc7dd86898dceb9bbbe96b02d94cb468e01.tar.bz2
smp: Add maximum_processors field to config
Delete rtems_configuration_get_smp_maximum_processors(). Delete rtems_configuration_smp_maximum_processors variable. Add maximum_processors field to rtems_configuration_table if RTEMS_SMP is defined. Add rtems_configuration_get_maximum_processors().
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/bspsmp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h
index d0681ca8f2..1996d5125f 100644
--- a/cpukit/score/include/rtems/bspsmp.h
+++ b/cpukit/score/include/rtems/bspsmp.h
@@ -49,14 +49,6 @@ extern "C" {
#ifndef ASM
/**
- * @brief Maximum number of CPUs in SMP system.
- *
- * This variable is set during the SMP initialization sequence to
- * indicate the Maximum number of CPUs in this system.
- */
-extern uint32_t rtems_configuration_smp_maximum_processors;
-
-/**
* @brief Initialize secondary CPUs.
*
* This method is invoked by RTEMS during initialization to bring the