patch-2.4.0-test1 linux/drivers/net/dgrs.c
Next file: linux/drivers/pci/pci.ids
Previous file: linux/drivers/ide/via82cxxx.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Wed May 24 19:28:05 2000
- Orig file:
v2.3.99-pre9/linux/drivers/net/dgrs.c
- Orig date:
Thu May 11 15:30:07 2000
diff -u --recursive --new-file v2.3.99-pre9/linux/drivers/net/dgrs.c linux/drivers/net/dgrs.c
@@ -1092,6 +1092,7 @@
for (i = jiffies + 8 * HZ; time_after(i, jiffies); )
{
+ barrier(); /* Gcc 2.95 needs this */
if (priv0->bcomm->bc_status >= BC_RUN)
break;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)