]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Silence software timebase sync
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 14 Oct 2008 18:25:28 +0000 (18:25 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 5 Nov 2008 11:08:28 +0000 (22:08 +1100)
commite6f912561c3196fef9cc47c78a521f840fa9342a
tree9f5c56b101d280b0d4e06f192e6b1d2eaeb3289f
parent10d99c07eb68b0d9de3742eabae2857ba3f04a84
powerpc: Silence software timebase sync

When no hardware method is provided to sync the timebase registers
across the machine, and the platform doesn't sync them for us, then we
use a generic software implementation.  Currently, the code for that
has many printks, and they don't have log levels.  Most of the printks
are only useful for debugging the code, and since we haven't had any
problems with it for years, this turns them into pr_debug.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/smp-tbsync.c