From: S.Caglar Onur Date: Fri, 28 Mar 2008 21:27:05 +0000 (-0700) Subject: [IA64] arch/ia64/kernel/: use time_* macros X-Git-Tag: v2.6.26-rc1~1146^2^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cf1f7cef1c67b5c81736f00e81a2890e07041b9;p=pandora-kernel.git [IA64] arch/ia64/kernel/: 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 use the time_after() & time_before() macros, defined at linux/jiffies.h, which deal with wrapping correctly [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: S.Caglar Onur Reviewed-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Tony Luck --- Reading git-diff-tree failed