From 8010b6e3ca18a25ac580f8ce9d7f29440a6c242c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 7 Mar 2018 13:43:07 +0100 Subject: c-user: Update CONFIGURE_SCHEDULER_NAME --- c-user/configuring_a_system.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 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 6b7f487..ed32606 100644 --- a/c-user/configuring_a_system.rst +++ b/c-user/configuring_a_system.rst @@ -3558,13 +3558,15 @@ RANGE: DEFAULT VALUE: The default name is - - ``"UCBS"`` for the Uni-Processor CBS scheduler, - - ``"UEDF"`` for the Uni-Processor EDF scheduler, - - ``"UPD "`` for the Uni-Processor Deterministic Priority scheduler, - - ``"UPS "`` for the Uni-Processor Simple Priority scheduler, - - ``"MPA "`` for the Multi-Processor Priority Affinity scheduler, and - - ``"MPD "`` for the Multi-Processor Deterministic Priority scheduler, and - - ``"MPS "`` for the Multi-Processor Simple Priority scheduler. + + - ``"MEDF"`` for the :ref:`EDF SMP Scheduler `, + - ``"MPA "`` for the :ref:`Aribitary Processor Affinity Priority SMP Scheduler `, + - ``"MPD "`` for the :ref:`Deterministic Priority SMP Scheduler `, + - ``"MPS "`` for the :ref:`Simple Priority SMP Scheduler `, + - ``"UCBS"`` for the :ref:`Uniprocessor CBS Scheduler `, + - ``"UEDF"`` for the :ref:`Uniprocessor EDF Scheduler `, + - ``"UPD "`` for the :ref:`Uniprocessor Deterministic Priority Scheduler `, and + - ``"UPS "`` for the :ref:`Uniprocessor Simple Priority Scheduler `. DESCRIPTION: Schedulers can be identified via ``rtems_scheduler_ident``. The name of -- cgit v1.2.3