commit | 77c0a700c1c292edafa11c1e52821ce4636f81b0 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Aug 28 14:25:04 2009 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Aug 28 14:25:04 2009 +1000 |
tree | db788b5bb4cbbea98d23335dfaad7c8d6cb2070a | |
parent | e5a6a1c9094839581242c678b11c93c294108696 [diff] |
powerpc: Properly start decrementer on BookE secondary CPUs 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>