diff options
Diffstat (limited to 'arch/arm/kernel/smp_twd.c')
-rw-r--r-- | arch/arm/kernel/smp_twd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/smp_twd.c b/arch/arm/kernel/smp_twd.c index 6591e26fc13f..dfc32130bc44 100644 --- a/arch/arm/kernel/smp_twd.c +++ b/arch/arm/kernel/smp_twd.c | |||
@@ -166,7 +166,7 @@ static int twd_cpufreq_transition(struct notifier_block *nb, | |||
166 | * frequency. The timer is local to a cpu, so cross-call to the | 166 | * frequency. The timer is local to a cpu, so cross-call to the |
167 | * changing cpu. | 167 | * changing cpu. |
168 | */ | 168 | */ |
169 | if (state == CPUFREQ_POSTCHANGE || state == CPUFREQ_RESUMECHANGE) | 169 | if (state == CPUFREQ_POSTCHANGE) |
170 | smp_call_function_single(freqs->cpu, twd_update_frequency, | 170 | smp_call_function_single(freqs->cpu, twd_update_frequency, |
171 | NULL, 1); | 171 | NULL, 1); |
172 | 172 | ||