commit | 6c38d8578545482fe45d6e6ea37be02a2e1bb289 | [log] [tgz] |
---|---|---|
author | Philippe De Muyter <phdm@macqel.be> | Thu Jun 12 15:21:36 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jun 12 18:05:40 2008 -0700 |
tree | 05f291e2fc1e9cf89398aed63b843bfe6c766789 | |
parent | 67dddaad5d8b8c5ee5b96a7e2f6cb0faad703865 [diff] |
m68knommu: init coldfire timer TRR with n - 1, not n The coldfire timer must be initialised to n - 1 if we want it to count n cycles between each tick interrupt. This was already fixed, but has been lost with the conversion to GENERIC_TIMER. Signed-off-by: Philippe De Muyter <phdm@macqel.be> Acked-by: Greg Ungerer <gerg@snapgear.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>