lkml.org 
[lkml]   [2008]   [Feb]   [14]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromS.Çağlar Onur <>
SubjectUse time_* macros
DateThu, 14 Feb 2008 17:36:38 +0200
The functions time_before, time_before_eq, time_after, and time_after_eq are more robust for comparing jiffies against other values.

So following patchset implements usage of the time_* macros, defined at linux/jiffies.h, which deals with wrapping correctly

 arch/alpha/kernel/traps.c            |    3 ++-
 arch/ia64/kernel/irq_ia64.c          |    2 +-
 arch/ia64/kernel/mca.c               |    3 ++-
 arch/ia64/kernel/unaligned.c         |    3 ++-
 arch/parisc/kernel/unaligned.c       |    2 +-
 arch/powerpc/platforms/iseries/pci.c |    3 ++-
 arch/sparc64/kernel/unaligned.c      |    3 ++-
 drivers/net/arcnet/arcnet.c          |    4 ++--
 drivers/net/ax88796.c                |    5 +++--
 drivers/net/tokenring/3c359.c        |   21 +++++++++++----------
 drivers/net/wireless/atmel.c         |    5 +++--
 fs/binfmt_aout.c                     |    7 ++++---
 include/linux/arcdevice.h            |    2 +-
 kernel/irq/spurious.c                |    3 ++-
 mm/page_alloc.c                      |    3 ++-
 mm/pdflush.c                         |    5 +++--
 net/bluetooth/hci_core.c             |    5 +++--
 net/mac80211/rc80211_simple.c        |    3 ++-
 net/mac80211/rx.c                    |    3 ++-
 19 files changed, 50 insertions(+), 35 deletions(-)


\
 
 \ /
  Last update: 2008-02-14 16:45    [from the cache]
©2003-2008