From: Greg Ungerer Date: Fri, 8 Jun 2007 20:46:39 +0000 (-0700) Subject: m68knommu: fix ColdFire timer off by 1 X-Git-Tag: v2.6.22-rc5~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4342f4ace2335d4fa9fe52b4cceca979413470b2;p=pandora-kernel.git 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 Signed-off-by: Greg Ungerer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed