]> www.infradead.org Git - users/jedix/linux-maple.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>
Fri, 24 Feb 2012 04:47:07 +0000 (23:47 -0500)
commit522de4c1c150625f3e111c0a84571c4ff58c307e
tree52a78900dc1adb5b6f614b1410ff1a9b2f5a1f71
parent9795ebbd5815045111cc15527311be5f93d2e891
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