commit | 957b191e47b8aaa121d7b19f559bfd7f58e43e9f | [log] [tgz] |
---|---|---|
author | James Yang <James.Yang@freescale.com> | Fri Feb 08 16:44:53 2008 -0600 |
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | Wed Mar 26 11:43:04 2008 -0500 |
tree | d62e9b345930064e26fde5485c2cafb688445f26 | |
parent | f57409776e93fdaca3f59ffafef1de22ecf4da6a [diff] |
85xx: get_tbclk() speed up and rounding fix Speed up get_tbclk() by referencing pre-computed bus clock frequency value from global data instead of sys_info_t. Fix rounding of result to nearest; previously it was rounding upwards. Signed-off-by: James Yang <James.Yang@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>