From: Lennert Buytenhek Date: Thu, 22 Jun 2006 09:30:53 +0000 (+0100) Subject: [ARM] 3616/1: fix timer handler wrap logic for a number of platforms X-Git-Tag: v2.6.18-rc1~1081^2~221^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f869afab8f36c5f8561557f74b4b9846719092da;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed