commit | ddb107e98b58ee280e99317cfd6efd16112678f2 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Fri Jun 27 08:03:13 2008 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Mon Jul 14 07:55:42 2008 -0500 |
tree | 4dbaf938a92ba1d9b28a3fb5cc8d1ea5653072df | |
parent | 98384c6cdd1fd593f399b6f879bae2cae70aad48 [diff] |
powerpc/booke: don't reinitialize time base 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>