x86: quiesce cpuidle code
authorJan Beulich <jbeulich@suse.com>
Fri, 11 Nov 2011 13:25:16 +0000 (14:25 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 11 Nov 2011 13:25:16 +0000 (14:25 +0100)
commit349cfdbfe6129f397f8517cbe5b45fa4c98bb0a0
tree07e70acbb3a11b5819b064c0383fc5e577667fca
parentc13c2d2a0d77fec18e748ace3281708ed8c83a7d
x86: quiesce cpuidle code

So far these messages got pointlessly (as the code in other places
assumes symmetric configuration) emitted once per CPU. Hide the debug
one behind opt_cpu_info, and issue the info one just once (if the code
gets adjusted to support assymtric configurations, this would need to
be revisited, but ideally without producing per-CPU messages again).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/acpi/cpu_idle.c