[bootlin/training-materials updates] master: debugging: slides: fix priority range for realtime schedulers (638ce9d8)

Luca Ceresoli luca.ceresoli at bootlin.com
Tue Sep 19 12:11:51 CEST 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/638ce9d88e175725cdfd0bc037f235098617cf1d

>---------------------------------------------------------------

commit 638ce9d88e175725cdfd0bc037f235098617cf1d
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Tue Sep 19 12:11:51 2023 +0200

    debugging: slides: fix priority range for realtime schedulers
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


>---------------------------------------------------------------

638ce9d88e175725cdfd0bc037f235098617cf1d
 common/scheduling-classes.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scheduling-classes.tex b/common/scheduling-classes.tex
index e5b88801..0a8efabe 100644
--- a/common/scheduling-classes.tex
+++ b/common/scheduling-classes.tex
@@ -30,7 +30,7 @@
 		\item Runnable tasks will preempt any other lower-priority task
 		\item \ksym{SCHED_FIFO}: All tasks with the same priority are scheduled \textbf{First in, First out}
 		\item \ksym{SCHED_RR}: Similar to \ksym{SCHED_FIFO} but with a time-sharing round-robin between tasks with the same priority
-		\item Both \ksym{SCHED_FIFO} and \ksym{SCHED_RR} can be assigned a priority between 0 and 99
+		\item Both \ksym{SCHED_FIFO} and \ksym{SCHED_RR} can be assigned a priority between 1 and 99
 		\item \ksym{SCHED_DEADLINE}: For tasks doing recurrent jobs, extra attributes are attached to a task
 			\begin{itemize}
 				\item A computation time, which represents the time the task needs to complete a job




More information about the training-materials-updates mailing list