[bootlin/training-materials updates] master: Kernel slides: stop mentioning the unicore32 arch (bd03a512)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:36 CEST 2021


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

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

commit bd03a5127df01f279a371b0dfc2f0cd617c11cbc
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Apr 23 10:39:05 2021 +0200

    Kernel slides: stop mentioning the unicore32 arch
    
    - Removed in Linux 5.9
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

bd03a5127df01f279a371b0dfc2f0cd617c11cbc
 .../kernel-driver-development-io-memory.tex                             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/kernel-driver-development-io-memory/kernel-driver-development-io-memory.tex b/slides/kernel-driver-development-io-memory/kernel-driver-development-io-memory.tex
index 3093739d..0d3482ef 100644
--- a/slides/kernel-driver-development-io-memory/kernel-driver-development-io-memory.tex
+++ b/slides/kernel-driver-development-io-memory/kernel-driver-development-io-memory.tex
@@ -267,7 +267,7 @@ writel(c & 0xff, port->membase + 4);
   \item Used by applications such as the X server to write directly to
     device memory.
   \item On \code{x86}, \code{arm}, \code{arm64},
-    \code{powerpc}, \code{s390} and \code{unicore32}:
+    \code{powerpc}, \code{s390}:
     \kconfig{CONFIG_STRICT_DEVMEM} option to restrict \code{/dev/mem}
     to non-RAM addresses, for security reasons (Linux 4.20 status).
 \end{itemize}




More information about the training-materials-updates mailing list