powerpc: Reduce printk from pseries_mach_cpu_die()
authorVaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com>
Mon, 1 Mar 2010 02:58:23 +0000 (02:58 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 9 Mar 2010 00:57:10 +0000 (11:57 +1100)
commita8e6da093ea8642b1320fb5d64134366f2a8d0ac
treec63afa68ef3f4e717a1ddf15eadbb9a9b6a9011b
parent0212f2602a38e740d5a96aba4cebfc2ebc993ecf
powerpc: Reduce printk from pseries_mach_cpu_die()

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>
arch/powerpc/platforms/pseries/hotplug-cpu.c