aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/idle/intel_idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/idle/intel_idle.c')
-rw-r--r--drivers/idle/intel_idle.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 797ed29a36ea..920232ffb282 100644
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -688,6 +688,9 @@ static int intel_idle_cpu_init(int cpu)
688 if (icpu->auto_demotion_disable_flags) 688 if (icpu->auto_demotion_disable_flags)
689 smp_call_function_single(cpu, auto_demotion_disable, NULL, 1); 689 smp_call_function_single(cpu, auto_demotion_disable, NULL, 1);
690 690
691 if (icpu->disable_promotion_to_c1e)
692 smp_call_function_single(cpu, c1e_promotion_disable, NULL, 1);
693
691 return 0; 694 return 0;
692} 695}
693 696