patch-2.4.27 linux-2.4.27/drivers/net/e1000/e1000_osdep.h

Next file: linux-2.4.27/drivers/net/e1000/e1000_param.c
Previous file: linux-2.4.27/drivers/net/e1000/e1000_main.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/drivers/net/e1000/e1000_osdep.h linux-2.4.27/drivers/net/e1000/e1000_osdep.h
@@ -47,7 +47,7 @@
 	                	BUG(); \
 			} else { \
 				set_current_state(TASK_UNINTERRUPTIBLE); \
-				schedule_timeout((x * HZ)/1000); \
+				schedule_timeout((x * HZ)/1000 + 2); \
 			} } while(0)
 #endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)