Re: [PATCH 13/14] kernel/irq/spurious.c: Use time_* macros

From: Thomas Gleixner
Date: Sun Feb 17 2008 - 11:58:33 EST


On Thu, 14 Feb 2008, S.ÃaÄlar Onur wrote:

> 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

Applied. Thanks,

tglx