From: Len Brown Date: Fri, 1 Apr 2011 22:28:35 +0000 (-0400) Subject: cpuidle: replace xen access to x86 pm_idle and default_idle X-Git-Tag: v3.1-rc1~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d91ee5863b71e8c90eaf6035bff3078a85e2e7b5;p=pandora-kernel.git 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: xen-devel@lists.xensource.com Tested-by: Konrad Rzeszutek Wilk Acked-by: H. Peter Anvin Signed-off-by: Len Brown --- Reading git-diff-tree failed