mirror of https://gitee.com/openkylin/linux.git
xen/setup/pm/acpi: Remove the call to boot_option_idle_override.
We needed that call in the past to force the kernel to use default_idle (which called safe_halt, which called xen_safe_halt). But set_pm_idle_to_default() does now that, so there is no need to use this boot option operand. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
parent
5ac0800143
commit
cc7335b2f6
|
@ -420,7 +420,6 @@ void __init xen_arch_setup(void)
|
||||||
boot_cpu_data.hlt_works_ok = 1;
|
boot_cpu_data.hlt_works_ok = 1;
|
||||||
#endif
|
#endif
|
||||||
disable_cpuidle();
|
disable_cpuidle();
|
||||||
boot_option_idle_override = IDLE_HALT;
|
|
||||||
WARN_ON(set_pm_idle_to_default());
|
WARN_ON(set_pm_idle_to_default());
|
||||||
fiddle_vdso();
|
fiddle_vdso();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue