From c2ee227438f1d015bd73fbc38549a906dd0cf3e7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 7 Mar 2018 14:06:48 +0100 Subject: c-user: Promote clustered scheduler configuration Add own section for the clustered scheduler configuration. --- c-user/configuring_a_system.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'c-user/configuring_a_system.rst') 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 -- cgit v1.2.3