mirror of
https://git.rtems.org/rtems-docs/
synced 2025-06-01 17:33:51 +08:00
c-user: Fix simple SMP scheduler limits
This commit is contained in:
parent
bf78123ada
commit
5b76390b49
@ -271,7 +271,7 @@ Simple Priority SMP Scheduler
|
||||
|
||||
A fixed-priority scheduler which uses a sorted chain for the ready tasks. By
|
||||
convention, the maximum priority level is 255. The implementation limit is
|
||||
actually :math:`2^{64} - 1`.
|
||||
actually :math:`2^{63} - 1`.
|
||||
|
||||
.. _SchedulerSMPPriorityAffinity:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user