[FE training-materials-updates] Kernel boot time: correct that the 180 ms saving is on ARM

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Dec 23 17:56:16 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=6b6da3500d9312a5e6ad3148257399365f1ede05

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

commit 6b6da3500d9312a5e6ad3148257399365f1ede05
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Dec 23 17:55:29 2013 +0100

    Kernel boot time: correct that the 180 ms saving is on ARM
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

6b6da3500d9312a5e6ad3148257399365f1ede05
 slides/boottime-kernel/boottime-kernel.tex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/boottime-kernel/boottime-kernel.tex b/slides/boottime-kernel/boottime-kernel.tex
index 9903299..a8f5629 100644
--- a/slides/boottime-kernel/boottime-kernel.tex
+++ b/slides/boottime-kernel/boottime-kernel.tex
@@ -95,7 +95,7 @@ Calibrating delay loop... 262.96 BogoMIPS (lpj=1314816)
 \end{verbatim}
 \end{block}
 		Now, you can use the \code{lpj=<value>} argument. This saves
-		around 180 ms.
+		around 180 ms on ARM.
 	\item The console output is actually taking a lot of time. You
 		probably don't need it in production. It can be disabled by
 		passing the \code{quiet} argument on the kernel command line.



More information about the training-materials-updates mailing list