From 1d073c538527a196cc35dab9d4ff6892e70d770d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 14 Feb 2017 10:18:25 +0100 Subject: c-user: CONFIGURE_MAXIMUM_PROCESSORS Update #2894. --- c-user/symmetric_multiprocessing_services.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c-user/symmetric_multiprocessing_services.rst') 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 ` 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 ` 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 -- cgit v1.2.3