powerpc/booke: don't reinitialize time base
authorKumar Gala <galak@kernel.crashing.org>
Fri, 27 Jun 2008 13:03:13 +0000 (08:03 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 14 Jul 2008 12:55:42 +0000 (07:55 -0500)
For some reason long ago I decided that we should zero out the time base
when we calibrate the decrementer.  The problem is that this can be
harmful in SMP systems where the firmware has already synchronized the
time bases on the various cores.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/time.c

Simple merge