It may be unexpected to have the default sched class for the workloads in the cpufreq/dvfs test be RT. Change this to SCHED_OTHER.
Signed-off-by: Steve Muckle smuckle@linaro.org --- doc/examples/cpufreq_governor_efficiency/dvfs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/examples/cpufreq_governor_efficiency/dvfs.json b/doc/examples/cpufreq_governor_efficiency/dvfs.json index b7a6dcd8d2b8..90061a9b6fe1 100755 --- a/doc/examples/cpufreq_governor_efficiency/dvfs.json +++ b/doc/examples/cpufreq_governor_efficiency/dvfs.json @@ -2,7 +2,7 @@ "tasks" : { "thread" : { "instance" : 1, - "policy" : "SCHED_FIFO", + "policy" : "SCHED_OTHER", "cpus" : [1], "loop" : 10, "phases" : {