aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cppc_cpufreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpufreq/cppc_cpufreq.c')
-rw-r--r--drivers/cpufreq/cppc_cpufreq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/cppc_cpufreq.c b/drivers/cpufreq/cppc_cpufreq.c
index 8300a9fcb80c..38f65c371139 100644
--- a/drivers/cpufreq/cppc_cpufreq.c
+++ b/drivers/cpufreq/cppc_cpufreq.c
@@ -162,7 +162,6 @@ static int cppc_cpufreq_cpu_init(struct cpufreq_policy *policy)
162 cpu->perf_caps.highest_perf; 162 cpu->perf_caps.highest_perf;
163 policy->cpuinfo.max_freq = cppc_dmi_max_khz; 163 policy->cpuinfo.max_freq = cppc_dmi_max_khz;
164 164
165 policy->cpuinfo.transition_latency = cppc_get_transition_latency(cpu_num);
166 policy->transition_delay_us = cppc_get_transition_latency(cpu_num) / 165 policy->transition_delay_us = cppc_get_transition_latency(cpu_num) /
167 NSEC_PER_USEC; 166 NSEC_PER_USEC;
168 policy->shared_type = cpu->shared_type; 167 policy->shared_type = cpu->shared_type;