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)
commita6a8e009b118b4906cbb4b382f8cc17195cff860
tree9f5c56b101d280b0d4e06f192e6b1d2eaeb3289f
parent1fd0f52583a85b21a394201b007bc1ee104b235d
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