From 138c1ba88677218619f81b96419c5653706e3ea1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 3 Feb 2017 13:35:24 +0100 Subject: c-user: Eliminate CONFIGURE_SMP_APPLICATION Update #2893. --- c-user/configuring_a_system.rst | 4 ++-- c-user/semaphore_manager.rst | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst index 7837901..47a9812 100644 --- a/c-user/configuring_a_system.rst +++ b/c-user/configuring_a_system.rst @@ -3830,7 +3830,7 @@ NOTES: enabled. This scheduler is currently the default in SMP configurations and is only - selected when ``CONFIGURE_SMP_APPLICATION`` is defined. + selected when ``CONFIGURE_SMP_MAXIMUM_PROCESSORS`` is greater than one. .. COMMENT: === CONFIGURE_SCHEDULER_SIMPLE_SMP === @@ -4150,7 +4150,7 @@ RANGE: Defined or undefined. DEFAULT VALUE: - The default value is 1, (if CONFIGURE_SMP_APPLICATION is defined). + The default value is 1. DESCRIPTION: ``CONFIGURE_SMP_MAXIMUM_PROCESSORS`` must be set to the number of diff --git a/c-user/semaphore_manager.rst b/c-user/semaphore_manager.rst index f57bd80..15523a2 100644 --- a/c-user/semaphore_manager.rst +++ b/c-user/semaphore_manager.rst @@ -878,7 +878,6 @@ EXAMPLE: exit(0); } - #define CONFIGURE_SMP_APPLICATION #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_MAXIMUM_TASKS 1 -- cgit v1.2.3