]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
arch/parisc/kernel/unaligned.c: use time_* macros
authorS.Caglar Onur <caglar@pardus.org.tr>
Wed, 14 May 2008 23:21:57 +0000 (16:21 -0700)
committerKyle McMartin <kyle@mcmartin.ca>
Thu, 15 May 2008 14:38:54 +0000 (10:38 -0400)
commite557d2775a530c12818fcb5895c4457a5fec59ae
tree8358f94c1d44c5e4638eeffc470e1b4b2a1673a8
parentb64af9b54c17008705367f554131415793a03fba
arch/parisc/kernel/unaligned.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 use the time_after() macro, defined in linux/jiffies.h, which deals with
wrapping correctl

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: S.Caglar Onur <caglar@pardus.org.tr>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Matthew Wilcox <matthew@wil.cx>
Cc: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
arch/parisc/kernel/unaligned.c