From: Paul Mackerras Date: Thu, 20 Oct 2005 11:04:51 +0000 (+1000) Subject: powerpc: Move some calculations from xxx_calibrate_decr to time_init X-Git-Tag: v2.6.15-rc1~59^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=374e99d450a0c44dc30041fa83eccfd0890330c7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed