kernel-ark/arch/m68knommu/platform/5307
Greg Ungerer 4342f4ace2 m68knommu: fix ColdFire timer off by 1
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>
2007-06-08 17:23:32 -07:00
..
config.c [PATCH] m68knommu: use irq_handler_t for passing handler types 2007-02-09 10:45:33 -08:00
entry.S
head.S [PATCH] m68knommu: auto detect memory size on M5208EVB board 2006-12-04 08:26:12 -08:00
ints.c [PATCH] m68knommu: remove local_bh_count 2007-03-06 18:08:38 -08:00
Makefile
pit.c [PATCH] m68knommu: use irq_handler_t passing handler to PIT init 2007-02-09 10:45:33 -08:00
timers.c m68knommu: fix ColdFire timer off by 1 2007-06-08 17:23:32 -07:00
vectors.c