powerpc: Reduce printk from pseries_mach_cpu_die()
commit2a2f4e85df27a534760e704d0c84c178928fee1f
authorVaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com>
Mon, 1 Mar 2010 02:58:23 +0000 (1 02:58 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 12 May 2010 22:02:54 +0000 (12 15:02 -0700)
tree134748c307b57453d9ebd67edae1f3298fa1de1f
parent815d3145a7836f6c03671a2d1a009123869ea5f2
powerpc: Reduce printk from pseries_mach_cpu_die()

commit a8e6da093ea8642b1320fb5d64134366f2a8d0ac upstream.

Remove debug printks in pseries_mach_cpu_die().  These are
noisy at runtime.  Traceevents can be added to instrument this
section of code.

The following KERN_INFO printks are removed:

cpu 62 (hwid 62) returned from cede.
Decrementer value = b2802fff Timebase value = 2fa8f95035f4a
cpu 62 (hwid 62) got prodded to go online
cpu 58 (hwid 58) ceding for offline with hint 2

Signed-off-by: Vaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com>
Cc: Gautham R Shenoy <ego@in.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/platforms/pseries/hotplug-cpu.c