x86/nmi: be less verbose when testing the NMI watchdog
authorDavid Vrabel <david.vrabel@citrix.com>
Thu, 15 May 2014 13:32:36 +0000 (15:32 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 15 May 2014 13:32:36 +0000 (15:32 +0200)
commitf64b1901564b6206dbbe946699619fcd22446de8
tree5f1ad7d365207d53e2e23ccf36750d746d276e8c
parentd8af81a848e78f9a98b7a8c4e30dca31bbb7c5d0
x86/nmi: be less verbose when testing the NMI watchdog

There's no need to print all the CPUs that are ok, only the ones that
got stuck.

The resulting output is either:

  Testing NMI watchdog on all CPUs: 1 4 6 stuck

or

  Testing NMI watchdog on all CPUs: ok

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Tim Deegan <tim@xen.org>
xen/arch/x86/nmi.c