fix plugin test_boost not properly unboosting
Change-Id: Ib33bb58fc7006c03caa692c377860bfdf463298e
This commit is contained in:
parent
ea9ed2f9e8
commit
2eb15354b7
1 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,12 @@ enum plugin_status plugin_start(const void* parameter)
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case ACTION_STD_CANCEL:
|
case ACTION_STD_CANCEL:
|
||||||
|
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
|
||||||
|
if (boost)
|
||||||
|
{
|
||||||
|
rb->cpu_boost(false);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
done = true;
|
done = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue