[rtems-docs commit] c-user: Fix simple SMP scheduler limits

Sebastian Huber sebh at rtems.org
Fri Mar 9 06:52:11 UTC 2018


Module:    rtems-docs
Branch:    master
Commit:    5b76390b499c828c512f867766c7624b12de1885
Changeset: http://git.rtems.org/rtems-docs/commit/?id=5b76390b499c828c512f867766c7624b12de1885

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Mar  9 07:51:11 2018 +0100

c-user: Fix simple SMP scheduler limits

---

 c-user/scheduling_concepts.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c-user/scheduling_concepts.rst b/c-user/scheduling_concepts.rst
index f43b588..0c157d1 100644
--- a/c-user/scheduling_concepts.rst
+++ b/c-user/scheduling_concepts.rst
@@ -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:
 




More information about the vc mailing list