powerpc: Properly start decrementer on BookE secondary CPUs
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 28 Aug 2009 04:25:04 +0000 (14:25 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 28 Aug 2009 04:25:04 +0000 (14:25 +1000)
This moves the code to start the decrementer on 40x and BookE into
a separate function which is now called from time_init() and
secondary_time_init(), before the respective clock sources are
registered. We also remove the 85xx specific code for doing it
from the platform code.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found