Skip to content

lisa.target: Fix enable/disable idle states

Darryl Green requested to merge github/fork/ambroise-arm/master into master

Created by: ambroise-arm

Using target.disable_idle_states() only disables the idle states for the first CPU of each domain, not for all of them. I assume it is not the intended behavior. This patch enables and disables the idle states for every CPUs, not only the first one of each domain.

Merge request reports