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
- Lines: 9
- Date:
2004-08-07 16:26:05.107365391 -0700
- Orig file:
linux-2.4.26/drivers/net/e1000/e1000_osdep.h
- Orig date:
2004-04-14 06:05:30.000000000 -0700
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)