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

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Apr 23 10:39:05 CEST 2021


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

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

commit 6c26779c5f9fc03c278f22fbbb8e635551fbf622
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>


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

6c26779c5f9fc03c278f22fbbb8e635551fbf622
 .../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