>From 477cba521e27c927375b393ce5547ec824f0a05c Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Wed, 21 Sep 2016 23:27:13 +0900 Subject: [PATCH] rt: Add reference to 'CPU Isolation' Figure Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- rt/rt.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt/rt.tex b/rt/rt.tex index e73ba0a..88693d1 100644 --- a/rt/rt.tex +++ b/rt/rt.tex @@ -780,7 +780,7 @@ Section~\ref{sec:rt:Event-Driven Real-Time Support}. A final approach is simply to get everything out of the way of the real-time process, clearing all other processing off of any CPUs that -this process needs. +this process needs, as shown in Figure~\ref{fig:rt:CPU Isolation}. This was implemented in the 3.10 Linux kernel via the \co{CONFIG_NO_HZ_FULL} Kconfig parameter~\cite{FredericWeisbecker2013nohz}. % Need to fweisbec citation's URL. @@@ -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html