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
-  Lines: 9
-  Date:
Tue Dec 29 11:18:18 1998
-  Orig file: 
v2.2.0-pre1/linux/include/linux/arcdevice.h
-  Orig date: 
Sun Jun  7 11:16:39 1998
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