patch-2.4.7 linux/include/linux/netdevice.h
Next file: linux/include/linux/netlink.h
Previous file: linux/include/linux/mtd/cfi.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Jul 20 12:53:00 2001
- Orig file:
v2.4.6/linux/include/linux/netdevice.h
- Orig date:
Fri May 25 18:02:01 2001
diff -u --recursive --new-file v2.4.6/linux/include/linux/netdevice.h linux/include/linux/netdevice.h
@@ -64,7 +64,7 @@
#endif
-#define MAX_ADDR_LEN 7 /* Largest hardware address length */
+#define MAX_ADDR_LEN 8 /* Largest hardware address length */
/*
* Compute the worst case header length according to the protocols
@@ -487,7 +487,7 @@
local_irq_save(flags);
dev->next_sched = softnet_data[cpu].output_queue;
softnet_data[cpu].output_queue = dev;
- __cpu_raise_softirq(cpu, NET_TX_SOFTIRQ);
+ cpu_raise_softirq(cpu, NET_TX_SOFTIRQ);
local_irq_restore(flags);
}
}
@@ -536,7 +536,7 @@
local_irq_save(flags);
skb->next = softnet_data[cpu].completion_queue;
softnet_data[cpu].completion_queue = skb;
- __cpu_raise_softirq(cpu, NET_TX_SOFTIRQ);
+ cpu_raise_softirq(cpu, NET_TX_SOFTIRQ);
local_irq_restore(flags);
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)