mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-23 09:34:41 +08:00
c-user: Fix typo
This commit is contained in:
parent
154fb0f90a
commit
36d74636b1
@ -3681,7 +3681,7 @@ configuration macros.
|
|||||||
It is possible to make more than one scheduler algorithm available to the
|
It is possible to make more than one scheduler algorithm available to the
|
||||||
application. For example a :ref:`Simple Priority SMP Scheduler
|
application. For example a :ref:`Simple Priority SMP Scheduler
|
||||||
<SchedulerSMPPrioritySimple>` could be used in a partition for low latency
|
<SchedulerSMPPrioritySimple>` could be used in a partition for low latency
|
||||||
tasks in addition to the :ref:`EDF SMP Scheduler <SchedulerSMPEDF>` for a
|
tasks in addition to a :ref:`EDF SMP Scheduler <SchedulerSMPEDF>` for a
|
||||||
general-purpose cluster. Since the per-thread overhead depends on the
|
general-purpose cluster. Since the per-thread overhead depends on the
|
||||||
scheduler algorithm only the scheduler algorithms used by the application
|
scheduler algorithm only the scheduler algorithms used by the application
|
||||||
should be configured.
|
should be configured.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user