From c989a8bd7cfa13d95e31875c564fd03630e54b6f Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Thu, 22 Feb 2018 13:12:20 -0500 Subject: [PATCH] realtime-virtual-host: script.sh: unbreak profile loading Profile loading is broken since commit b532e9291dc, due to a small typo in the new function name. Signed-off-by: Luiz Capitulino --- profiles/realtime-virtual-host/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/realtime-virtual-host/script.sh b/profiles/realtime-virtual-host/script.sh index 1b493cf..0fe3c24 100755 --- a/profiles/realtime-virtual-host/script.sh +++ b/profiles/realtime-virtual-host/script.sh @@ -63,7 +63,7 @@ start() { if [ -f "$TSCDEADLINE_LATENCY" ]; then tempdir=`mktemp -d` isolatedcpu=`echo "$TUNED_isolated_cores_expanded" | cut -f 1 -d ","` - run_tscdeadline_latency $isolatedcpu > $tempdir/lat.out + run_tsc_deadline_latency $isolatedcpu > $tempdir/lat.out sh ./find-lapictscdeadline-optimal.sh $tempdir/lat.out > $tempdir/opt.out if [ $? -eq 0 ]; then echo `cat $tempdir/opt.out | cut -f 2 -d ":"` > ./lapic_timer_adv_ns