From: S.Caglar Onur Date: Wed, 14 May 2008 23:21:57 +0000 (-0700) Subject: arch/parisc/kernel/unaligned.c: use time_* macros X-Git-Tag: v2.6.26-rc3~32^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e557d2775a530c12818fcb5895c4457a5fec59ae;p=pandora-kernel.git 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 Cc: Kyle McMartin Cc: Matthew Wilcox Cc: Grant Grundler Signed-off-by: Andrew Morton Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed