From 5c3c8dad5250715f7024ff38ec9ff8170335aab1 Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Fri, 6 Mar 2015 18:20:57 +0100 Subject: [PATCH] docs: RTDS is a valid alternative as a scheduler for a cpupool so update the relevant manpage and the example file. Signed-off-by: Dario Faggioli Cc: Ian Campbell Cc: Ian Jackson Cc: Stefano Stabellini Cc: Wei Liu Cc: Juergen Gross Cc: Meng Xu Reviewed-by: Meng Xu Acked-by: Wei Liu --- docs/man/xlcpupool.cfg.pod.5 | 4 ++++ tools/examples/cpupool | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/man/xlcpupool.cfg.pod.5 b/docs/man/xlcpupool.cfg.pod.5 index e32ce17ff4..bb15cbeaf5 100644 --- a/docs/man/xlcpupool.cfg.pod.5 +++ b/docs/man/xlcpupool.cfg.pod.5 @@ -74,6 +74,10 @@ the credit scheduler the credit2 scheduler +=item B + +the RTDS scheduler + =item B the SEDF scheduler diff --git a/tools/examples/cpupool b/tools/examples/cpupool index 01e62c8f06..73368e6d9b 100644 --- a/tools/examples/cpupool +++ b/tools/examples/cpupool @@ -9,7 +9,7 @@ # the name of the new cpupool name = "Example-Cpupool" -# the scheduler to use: valid are e.g. credit, sedf, credit2 +# the scheduler to use: valid are e.g. credit, credit2, rtds and sedf sched = "credit" # list of cpus to use -- 2.39.5