summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/smp.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/smp.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/smp.h b/cpukit/rtems/include/rtems/rtems/smp.h
index e62084ce86..1b0618ef4a 100644
--- a/cpukit/rtems/include/rtems/rtems/smp.h
+++ b/cpukit/rtems/include/rtems/rtems/smp.h
@@ -36,8 +36,6 @@ extern "C" {
*/
/**@{*/
-extern uint32_t rtems_configuration_smp_maximum_processors;
-
/**
* @brief Obtain Number of Cores in System
*
@@ -51,18 +49,6 @@ extern uint32_t rtems_configuration_smp_maximum_processors;
(_SMP_Processor_count)
/**
- * @brief Obtain Maximum Cores Configured
- *
- * This method returns the number of CPU cores that were configured
- * in the system. The actual number of cores will always be less than
- * or equal to the number of maximum number of cores which were configured.
- *
- * @retval This method returns the number of cores configured.
- */
-#define rtems_configuration_get_smp_maximum_processors() \
- (rtems_configuration_smp_maximum_processors)
-
-/**
* @brief Obtain Current Core Number
*
* This method returns the id of the current CPU core.