]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] 3616/1: fix timer handler wrap logic for a number of platforms
authorLennert Buytenhek <buytenh@wantstofly.org>
Thu, 22 Jun 2006 09:30:53 +0000 (10:30 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 22 Jun 2006 09:30:53 +0000 (10:30 +0100)
commit18a74f1d70466886601dcef3d1a14bd2502f88c2
tree6a23d7981a3b06b9cd40ad99c1543d22f6a1d528
parent28407d44413af6ff7273f17ce195afb2f5c0697d
[ARM] 3616/1: fix timer handler wrap logic for a number of platforms

Patch from Lennert Buytenhek

A couple of platforms aren't using the right comparison type in their
timer interrupt handlers (as we're comparing two wrapping timestamps,
we need a bmi/bpl-type comparison, not an unsigned comparison) -- this
patch fixes them up.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ep93xx/core.c
arch/arm/mach-ixp2000/core.c
arch/arm/mach-ixp23xx/core.c
arch/arm/mach-ixp4xx/common.c
arch/arm/plat-omap/timer32k.c