projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac0800
)
xen/setup/pm/acpi: Remove the call to boot_option_idle_override.
author
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Mon, 23 Jan 2012 15:53:57 +0000
(10:53 -0500)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Sat, 10 Mar 2012 17:44:09 +0000
(12:44 -0500)
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
patch
|
blob
|
history
diff --git
a/arch/x86/xen/setup.c
b/arch/x86/xen/setup.c
index
e03c636
..
1236623
100644
(file)
--- a/
arch/x86/xen/setup.c
+++ b/
arch/x86/xen/setup.c
@@
-420,7
+420,6
@@
void __init xen_arch_setup(void)
boot_cpu_data.hlt_works_ok = 1;
#endif
disable_cpuidle();
- boot_option_idle_override = IDLE_HALT;
WARN_ON(set_pm_idle_to_default());
fiddle_vdso();
}