commit | 374e99d450a0c44dc30041fa83eccfd0890330c7 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Thu Oct 20 21:04:51 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Thu Oct 20 21:04:51 2005 +1000 |
tree | ffa9384b104133941df368dd6542d76d1286ca1c | |
parent | 0458060c1c59c5378d8fb5daabe18cf4681c35cd [diff] |
powerpc: Move some calculations from xxx_calibrate_decr to time_init Previously the individual xxx_calibrate_decr functions would each print the timebase and cpu frequency and calculate several values such as tb_to_us and tb_to_xs. This moves those printks and calculations into time_init just after the call to the platform's calibrate_decr function. Signed-off-by: Paul Mackerras <paulus@samba.org>