From: S.Çağlar Onur Date: Mon, 17 Mar 2008 09:36:26 +0000 (+1100) Subject: [POWERPC] arch/powerpc/platforms/iseries/pci.c: Use time_* macros X-Git-Tag: v2.6.26-rc1~1125^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59861bc6ee475542c66f4b24b9f5b5148f1d4f0e;p=pandora-kernel.git [POWERPC] arch/powerpc/platforms/iseries/pci.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. This implements usage of the time_after() macro, defined at linux/jiffies.h, which deals with wrapping correctly. Signed-off-by: S.Çağlar Onur Acked-by: Stephen Rothwell Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed