mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
cpufreq: rename get_domain_cpus
get_domain_cpus() got renamed to get_related_cpus() in devlib to reflect the cpufreq nomenclature. This commit makes corresponding changes in WA.
This commit is contained in:
@@ -622,7 +622,7 @@ class CpufreqRuntimeConfig(RuntimeConfig):
|
||||
can still be populated.
|
||||
'''
|
||||
for cluster_cpu in resolve_unique_domain_cpus('all', self.target):
|
||||
domain_cpus = self.target.cpufreq.get_domain_cpus(cluster_cpu)
|
||||
domain_cpus = self.target.cpufreq.get_related_cpus(cluster_cpu)
|
||||
for cpu in domain_cpus:
|
||||
if cpu in self.target.list_online_cpus():
|
||||
supported_cpu_freqs = self.target.cpufreq.list_frequencies(cpu)
|
||||
|
Reference in New Issue
Block a user