| commit | f4d7c3565c1692c54d9152b52090fe73f0029e37 | [log] [tgz] |
|---|---|---|
| author | Paul Mundt <lethal@linux-sh.org> | Wed Jun 02 17:10:44 2010 +0900 |
| committer | Paul Mundt <lethal@linux-sh.org> | Wed Jun 02 17:10:44 2010 +0900 |
| tree | 1bda3fdcdd3b706542f9464aed84d346fa5fab25 | |
| parent | 66f49121ffa41a19c59965b31b046d8368fec3c7 [diff] |
clocksource: sh_cmt: compute mult and shift before registration
Based on the sh_tmu change in 66f49121ffa41a19c59965b31b046d8368fec3c7
("clocksource: sh_tmu: compute mult and shift before registration").
The same issues impact the sh_cmt driver, so we take the same approach
here.
Cc: stable@kernel.org
Signed-off-by: Paul Mundt <lethal@linux-sh.org>