
28 Feb
2008
28 Feb
'08
1:21 a.m.
On Tue, Feb 12, 2008 at 9:57 AM, Kumar Gala galak@kernel.crashing.org wrote:
From: James Yang
get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were called. However, get_sys_info() recalculates extraneous information when called each time. Have get_ddr_freq() and get_bus_freq() return memoized values from global_data instead.
Signed-off-by: James Yang Signed-off-by: Kumar Gala galak@kernel.crashing.org
Applied to for-1.3.3, thanks