[rtems-docs commit] c-user: Eliminate CONFIGURE_SMP_APPLICATION

Sebastian Huber sebh at rtems.org
Fri Feb 3 12:36:11 UTC 2017


Module:    rtems-docs
Branch:    master
Commit:    138c1ba88677218619f81b96419c5653706e3ea1
Changeset: http://git.rtems.org/rtems-docs/commit/?id=138c1ba88677218619f81b96419c5653706e3ea1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Feb  3 13:35:24 2017 +0100

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



More information about the vc mailing list