[bootlin/training-materials updates] master: common: slides: improve sentence (4baba280)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Feb 23 15:56:33 CET 2023


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

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

commit 4baba2808aa3b1d54e2c2388645adf24d13eb349
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Feb 23 11:29:53 2023 +0100

    common: slides: improve sentence
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

4baba2808aa3b1d54e2c2388645adf24d13eb349
 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 76e6bba8..9c229f06 100644
--- a/common/scheduling-classes.tex
+++ b/common/scheduling-classes.tex
@@ -4,7 +4,7 @@
 		\item The Linux Kernel Scheduler is a key piece in having a real-time behaviour
 		\item It is in charge of deciding which \textbf{runnable} task gets executed
 		\item It also elects on which CPU the task runs, and is tightly coupled to CPUidle and CPUFreq
-		\item It schedules both \textbf{userspace} tasks, but also \textbf{kernel} tasks
+		\item It schedules both \textbf{userspace} tasks and \textbf{kernel} tasks
 		\item Each task is assigned one \textbf{scheduling class} or \textbf{policy}
 		\item The class determines the algorithm used to elect each task
 		\item Tasks with different scheduling classes can coexist on the system




More information about the training-materials-updates mailing list