diff options
-rw-r--r-- | drivers/idle/intel_idle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index d6377c16b3f8..3828babfb77b 100644 --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c | |||
@@ -971,8 +971,7 @@ static int cpu_hotplug_notify(struct notifier_block *n, | |||
971 | case CPU_ONLINE: | 971 | case CPU_ONLINE: |
972 | 972 | ||
973 | if (lapic_timer_reliable_states != LAPIC_TIMER_ALWAYS_RELIABLE) | 973 | if (lapic_timer_reliable_states != LAPIC_TIMER_ALWAYS_RELIABLE) |
974 | smp_call_function_single(hotcpu, __setup_broadcast_timer, | 974 | __setup_broadcast_timer((void *)true); |
975 | (void *)true, 1); | ||
976 | 975 | ||
977 | /* | 976 | /* |
978 | * Some systems can hotplug a cpu at runtime after | 977 | * Some systems can hotplug a cpu at runtime after |