[rtems-docs commit] c-user: Promote clustered scheduler configuration

Sebastian Huber sebh at rtems.org
Wed Mar 7 14:35:21 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Mar  7 14:06:48 2018 +0100

c-user: Promote clustered scheduler configuration

Add own section for the clustered scheduler configuration.

---

 c-user/configuring_a_system.rst               | 10 +++++-----
 c-user/scheduling_concepts.rst                |  2 +-
 c-user/symmetric_multiprocessing_services.rst |  3 +--
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index 660c9b4..a4df0ae 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -3293,8 +3293,8 @@ NOTES:
 
     The IDLE task must run at the lowest priority of all tasks in the system.
 
-Scheduler Algorithm Configuration
-=================================
+General Scheduler Configuration
+===============================
 
 This section defines the configuration parameters related to selecting a
 scheduling algorithm for an application.  For the :ref:`schedulers built into
@@ -3618,10 +3618,10 @@ NOTES:
     the configuration macros, please examine ``cpukit/sapi/include/confdefs.h``
     for how these are defined for the Deterministic Priority Scheduler.
 
-.. _Configuring Clustered Schedulers:
+.. _ConfigurationSchedulersClustered:
 
-Configuring Clustered Schedulers
---------------------------------
+Clustered Scheduler Configuration
+=================================
 
 Clustered scheduling helps to control the worst-case latencies in a
 multi-processor system.  The goal is to reduce the amount of shared state in
diff --git a/c-user/scheduling_concepts.rst b/c-user/scheduling_concepts.rst
index 3bd74ff..c7cc6d0 100644
--- a/c-user/scheduling_concepts.rst
+++ b/c-user/scheduling_concepts.rst
@@ -564,7 +564,7 @@ DIRECTIVE STATUS CODES:
 
 DESCRIPTION:
     Identifies a scheduler by its name.  The scheduler name is determined by
-    the scheduler configuration.  See :ref:`Configuring Clustered Schedulers`
+    the scheduler configuration.  See :ref:`ConfigurationSchedulersClustered`
     and :ref:`Configuring a Scheduler Name`.
 
 NOTES:
diff --git a/c-user/symmetric_multiprocessing_services.rst b/c-user/symmetric_multiprocessing_services.rst
index a2776f2..15edfdd 100644
--- a/c-user/symmetric_multiprocessing_services.rst
+++ b/c-user/symmetric_multiprocessing_services.rst
@@ -54,8 +54,7 @@ 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
-a global fixed priority scheduler, see also :ref:`Configuring Clustered
-Schedulers`.
+a global fixed priority scheduler, see also :ref:`ConfigurationSchedulersClustered`.
 
 The following compile-time test can be used to check if the SMP support is
 available or not.




More information about the vc mailing list