summaryrefslogtreecommitdiffstats
path: root/c-user/symmetric_multiprocessing_services.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-14 10:18:25 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-14 10:18:25 +0100
commit1d073c538527a196cc35dab9d4ff6892e70d770d (patch)
tree0871d72883a27911430dceb6e7171648b604f8f0 /c-user/symmetric_multiprocessing_services.rst
parentc-user: Add SMP internal locking (diff)
downloadrtems-docs-1d073c538527a196cc35dab9d4ff6892e70d770d.tar.bz2
c-user: CONFIGURE_MAXIMUM_PROCESSORS
Update #2894.
Diffstat (limited to 'c-user/symmetric_multiprocessing_services.rst')
-rw-r--r--c-user/symmetric_multiprocessing_services.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c-user/symmetric_multiprocessing_services.rst b/c-user/symmetric_multiprocessing_services.rst
index 6d468a5..2a2d669 100644
--- a/c-user/symmetric_multiprocessing_services.rst
+++ b/c-user/symmetric_multiprocessing_services.rst
@@ -45,9 +45,9 @@ Application Configuration
By default, the maximum processor count is set to one in the application
configuration. To enable SMP, the application configuration option
-:ref:`CONFIGURE_SMP_MAXIMUM_PROCESSORS <CONFIGURE_SMP_MAXIMUM_PROCESSORS>` must
-be defined to a value greater than one. It is recommended to use the smallest
-value suitable for the application in order to safe memory. Each processor
+:ref:`CONFIGURE_MAXIMUM_PROCESSORS <CONFIGURE_MAXIMUM_PROCESSORS>` must be
+defined to a value greater than one. It is recommended to use the smallest
+value suitable for the application in order to save memory. Each processor
needs an idle thread and interrupt stack for example.
The default scheduler for SMP applications supports up to 32 processors and is