]> Git Repo - linux.git/commit
cpuidle: replace xen access to x86 pm_idle and default_idle
authorLen Brown <[email protected]>
Fri, 1 Apr 2011 22:28:35 +0000 (18:28 -0400)
committerLen Brown <[email protected]>
Wed, 3 Aug 2011 23:06:36 +0000 (19:06 -0400)
commitd91ee5863b71e8c90eaf6035bff3078a85e2e7b5
tree7c4972d8d6f614f656720ec686a6288de68f4af3
parent62027aea23fcd14478abdddd3b74a4e0f5fb2984
cpuidle: replace xen access to x86 pm_idle and default_idle

When a Xen Dom0 kernel boots on a hypervisor, it gets access
to the raw-hardware ACPI tables.  While it parses the idle tables
for the hypervisor's beneift, it uses HLT for its own idle.

Rather than have xen scribble on pm_idle and access default_idle,
have it simply disable_cpuidle() so acpi_idle will not load and
architecture default HLT will be used.

cc: [email protected]
Tested-by: Konrad Rzeszutek Wilk <[email protected]>
Acked-by: H. Peter Anvin <[email protected]>
Signed-off-by: Len Brown <[email protected]>
arch/x86/xen/setup.c
drivers/cpuidle/cpuidle.c
include/linux/cpuidle.h
This page took 0.060095 seconds and 4 git commands to generate.