]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nohz: Remove "Switched to NOHz mode" debugging messages
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 23 Aug 2011 11:20:46 +0000 (13:20 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:42 +0000 (08:34 +0200)
commit8869d8786d6bf282266efe32d365ad998e290786
tree9f70f6f77ca994e2a09c54b424139d19b38a363f
parentd47855b5967c6d97b1a503fc7674d8ee2ee5bea0
nohz: Remove "Switched to NOHz mode" debugging messages

When performing cpu hotplug tests the kernel printk log buffer gets flooded
with pointless "Switched to NOHz mode..." messages. Especially when afterwards
analyzing a dump this might have removed more interesting stuff out of the
buffer.
Assuming that switching to NOHz mode simply works just remove the printk.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Link: http://lkml.kernel.org/r/20110823112046.GB2540@osiris.boeblingen.de.ibm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/tick-sched.c