patch-2.3.99-pre6 linux/drivers/net/eepro100.c
Next file: linux/drivers/net/hamradio/baycom_epp.c
Previous file: linux/drivers/net/eepro.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Apr 21 16:08:45 2000
- Orig file:
v2.3.99-pre5/linux/drivers/net/eepro100.c
- Orig date:
Tue Apr 11 15:09:17 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/net/eepro100.c linux/drivers/net/eepro100.c
@@ -1285,7 +1285,7 @@
del_timer(&sp->timer);
end_bh_atomic();
#else /* LINUX_VERSION_CODE */
-#ifdef __SMP__
+#ifdef CONFIG_SMP
del_timer_sync(&sp->timer);
#else /* SMP */
del_timer(&sp->timer);
@@ -2258,7 +2258,6 @@
/*
* Local variables:
* compile-command: "gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -c eepro100.c `[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`"
- * SMP-compile-command: "gcc -D__SMP__ -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -c eepro100.c `[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`"
* c-indent-level: 4
* c-basic-offset: 4
* tab-width: 4
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)