mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-17 18:35:16 +08:00
c-user: Fix simple SMP scheduler limits
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user