]> xenbits.xensource.com Git - xen.git/commit
x86/cpuidle: clean up Cx dumping
authorJan Beulich <jbeulich@suse.com>
Tue, 21 May 2019 06:31:47 +0000 (08:31 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 21 May 2019 06:31:47 +0000 (08:31 +0200)
commit76ba8b14285c0a77dedd312426238eba7ce8b86b
treec690defc67a9dedabee313348af9fde3f1b0b3d9
parent685151829e7577383051baa63d57d5f0ac8e2006
x86/cpuidle: clean up Cx dumping

Don't log the same global information once per CPU. Don't log the same
information (here: the currently active state) twice. Don't prefix
decimal numbers with zeros (giving the impression they're octal). Use
format specifiers matching the type of the corresponding expressions.
Don't split printk()-s without intervening new-lines.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/acpi/cpu_idle.c