From 037f436f525dac36c9f5fd5c5054518a63debb3e Mon Sep 17 00:00:00 2001 From: "S.Caglar Onur" Date: Mon, 28 Apr 2008 02:13:47 -0700 Subject: [PATCH] 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-format-patch failed