summaryrefslogtreecommitdiffstats
path: root/c-user/configuring_a_system.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-07 14:06:48 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-07 15:31:51 +0100
commitc2ee227438f1d015bd73fbc38549a906dd0cf3e7 (patch)
tree607ac2ef7bd93abbaa3e391b7d05c1bf0acbf358 /c-user/configuring_a_system.rst
parentc-user: Fix scheduler configuration overview (diff)
downloadrtems-docs-c2ee227438f1d015bd73fbc38549a906dd0cf3e7.tar.bz2
c-user: Promote clustered scheduler configuration
Add own section for the clustered scheduler configuration.
Diffstat (limited to 'c-user/configuring_a_system.rst')
-rw-r--r--c-user/configuring_a_system.rst10
1 files changed, 5 insertions, 5 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