From 5b76390b499c828c512f867766c7624b12de1885 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 9 Mar 2018 07:51:11 +0100 Subject: 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: -- cgit v1.2.3