patch-2.2.0-pre2 linux/include/linux/arcdevice.h

Next file: linux/include/linux/consolemap.h
Previous file: linux/include/asm-ppc/timex.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre1/linux/include/linux/arcdevice.h linux/include/linux/arcdevice.h
@@ -192,7 +192,7 @@
 
 
 
-#define JIFFER(time) for (delayval=jiffies+time; jiffies<delayval;) ;
+#define JIFFER(time) for (delayval=jiffies+time; time_before(jiffies,delayval);) ;
 
 	/* a complete ARCnet packet */
 union ArcPacket

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov