From: S.Caglar Onur Date: Mon, 28 Apr 2008 09:13:47 +0000 (-0700) Subject: arch/alpha/kernel/traps.c: use time_* macros X-Git-Tag: v2.6.26-rc1~915 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=037f436f525dac36c9f5fd5c5054518a63debb3e;p=pandora-kernel.git arch/alpha/kernel/traps.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 implement usage of the time_after() macro, defined in linux/jiffies.h, which deals with wrapping correctly [akpm@linux-foundation.org: fix warning] Signed-off-by: S.Caglar Onur Cc: Richard Henderson Cc: Ivan Kokshaysky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed