summaryrefslogtreecommitdiffstats
path: root/c-user/configuring_a_system.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-03 12:54:44 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-03 12:54:44 +0100
commit1f3c22e7868b14482df287656e602e17ccac4adc (patch)
tree8a1644e4181f41251999543b10f7534d38e7c6f4 /c-user/configuring_a_system.rst
parentc-user: New SMP chapter title (diff)
downloadrtems-docs-1f3c22e7868b14482df287656e602e17ccac4adc.tar.bz2
c-user: Update SMP introduction
Diffstat (limited to 'c-user/configuring_a_system.rst')
-rw-r--r--c-user/configuring_a_system.rst33
1 files changed, 1 insertions, 32 deletions
diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index 7f69724..7837901 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -4132,40 +4132,9 @@ SMP Specific Configuration Parameters
When RTEMS is configured to support SMP target systems, there are other
configuration parameters which apply.
-.. COMMENT: XXX - add -enable-smp
-
-.. COMMENT: === CONFIGURE_SMP_APPLICATION ===
-
-.. _Enable SMP Support for Applications:
-
-Enable SMP Support for Applications
------------------------------------
-.. index:: CONFIGURE_SMP_APPLICATION
-
-CONSTANT:
- ``CONFIGURE_SMP_APPLICATION``
-
-DATA TYPE:
- Boolean feature macro.
-
-RANGE:
- Defined or undefined.
-
-DEFAULT VALUE:
- This is not defined by default.
-
-DESCRIPTION:
- ``CONFIGURE_SMP_APPLICATION`` must be defined to enable SMP support for the
- application.
-
-NOTES:
- This define may go away in the future in case all RTEMS components are SMP
- ready. This configuration define is ignored on uni-processor
- configurations.
-
.. COMMENT: === CONFIGURE_SMP_MAXIMUM_PROCESSORS ===
-.. _Specify Maximum Processors in SMP System:
+.. _CONFIGURE_SMP_MAXIMUM_PROCESSORS:
Specify Maximum Processors in SMP System
----------------------------------------