|
@@ -1163,16 +1163,10 @@ static void __init intel_idle_cpuidle_driver_init(void)
|
|
|
drv->state_count += 1;
|
|
|
}
|
|
|
|
|
|
- if (icpu->auto_demotion_disable_flags)
|
|
|
- on_each_cpu(auto_demotion_disable, NULL, 1);
|
|
|
-
|
|
|
if (icpu->byt_auto_demotion_disable_flag) {
|
|
|
wrmsrl(MSR_CC6_DEMOTION_POLICY_CONFIG, 0);
|
|
|
wrmsrl(MSR_MC6_DEMOTION_POLICY_CONFIG, 0);
|
|
|
}
|
|
|
-
|
|
|
- if (icpu->disable_promotion_to_c1e) /* each-cpu is redundant */
|
|
|
- on_each_cpu(c1e_promotion_disable, NULL, 1);
|
|
|
}
|
|
|
|
|
|
|