]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/setup/pm/acpi: Remove the call to boot_option_idle_override.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 23 Jan 2012 15:53:57 +0000 (10:53 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Sat, 10 Mar 2012 17:44:09 +0000 (12:44 -0500)
commitcc7335b2f6acc0f24c7fac80ce536301f7d52214
treeb1c6461b76f0a1d18e2ab430a7c95448dfa82634
parent5ac0800143181a0fdae6a7c1b2fa0fa942c1cd06
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>
arch/x86/xen/setup.c