From: S.Caglar Onur Date: Thu, 14 Feb 2008 15:36:51 +0000 (+0200) Subject: genirq: spurious.c: use time_* macros X-Git-Tag: v2.6.25-rc3~124^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=188fd89d539d899bfca2bc83534e5508e0161139;p=pandora-kernel.git genirq: spurious.c: use time_* macros The functions time_before, time_before_eq, time_after, and time_after_eq are more robust for comparing jiffies against other values. So following patch implements usage of the time_after() macro, defined at linux/jiffies.h, which deals with wrapping correctly Signed-off-by: S.Caglar Onur Acked-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed