git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a0df2e
)
m68knommu: fix ColdFire timer off by 1
author
Greg Ungerer
<gerg@snapgear.com>
Fri, 8 Jun 2007 20:46:39 +0000
(13:46 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sat, 9 Jun 2007 00:23:32 +0000
(17:23 -0700)
The coldfire timer runs from 0 to TRR included, then 0 again and so on. It
counts thus actually TRR + 1 steps for 1 tick, not TRR. Fix that.
Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found