summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-03 13:35:24 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-03 13:35:38 +0100
commit138c1ba88677218619f81b96419c5653706e3ea1 (patch)
tree6fdad6eb23e705a06fef2d1913cacf8eeb2c6347
parentc-user: Update SMP introduction (diff)
downloadrtems-docs-138c1ba88677218619f81b96419c5653706e3ea1.tar.bz2
c-user: Eliminate CONFIGURE_SMP_APPLICATION
Update #2893.
-rw-r--r--c-user/configuring_a_system.rst4
-rw-r--r--c-user/semaphore_manager.rst1
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