commit | 9a5fedac187f30116013a8420149d4ca11a44f0d | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Nov 13 13:44:15 2008 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Feb 08 17:50:11 2009 +0000 |
tree | 3cdcd9e8887a6fa41d1ddd85eb8c759990adc27b | |
parent | a9e882096317a088087b608d272da7029a6cc8c8 [diff] |
[ARM] omap: move propagate_rate() calls into generic omap clock code propagate_rate() is recursive, so it makes sense to minimise the amount of stack which is used for each recursion. So, rather than recursing back into it from the ->recalc functions if RATE_PROPAGATES is set, do that test at the higher level. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>