Merge 5.5-rc3 into android-mainline

Linux 5.5-rc3

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I1735073980c0168a1ad8bc130fea534dc13f6091
This commit is contained in:
Greg Kroah-Hartman
2019-12-29 14:16:55 +01:00
571 changed files with 6577 additions and 3043 deletions

View File

@@ -595,17 +595,6 @@ struct governor_attr {
size_t count);
};
static inline bool cpufreq_this_cpu_can_update(struct cpufreq_policy *policy)
{
/*
* Allow remote callbacks if:
* - dvfs_possible_from_any_cpu flag is set
* - the local and remote CPUs share cpufreq policy
*/
return policy->dvfs_possible_from_any_cpu ||
cpumask_test_cpu(smp_processor_id(), policy->cpus);
}
/*********************************************************************
* FREQUENCY TABLE HELPERS *
*********************************************************************/