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:
parent
c823e3c5f2
commit
c989a8bd7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue