jiffies_to_msecs and msecs_to_jiffies were backported to vanilla
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 25 Jul 2005 01:16:27 +0000 (01:16 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 25 Jul 2005 01:16:27 +0000 (01:16 +0000)
kernel 2.4.29 and later.

include/linux/time.h

index 48345ccf0fe822924a23bcfb466db0aebe373b0e..a4db6eaa2407eb9431f82eb114ac9eab74350bef 100644 (file)
@@ -6,7 +6,7 @@
 
 #include_next <linux/time.h>
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,29)
 
 static inline unsigned int jiffies_to_msecs(const unsigned long j)
 {