1
0
Fork 0

realtime-virtual-host: script.sh: unbreak profile loading

Profile loading is broken since commit b532e9291d, due to
a small typo in the new function name.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
Luiz Capitulino 2018-02-22 13:12:20 -05:00 committed by Jaroslav Škarvada
parent c823e3c5f2
commit c989a8bd7c

View file

@ -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