--- 2.4.10pre2aa1/net/core/dev.c.~1~ Thu Aug 30 00:35:31 2001 +++ 2.4.10pre2aa1/net/core/dev.c Thu Aug 30 01:59:31 2001 @@ -1218,7 +1218,7 @@ dev_hold(skb->dev); __skb_queue_tail(&queue->input_pkt_queue,skb); /* Runs from irqs or BH's, no need to wake BH */ - __cpu_raise_softirq(this_cpu, NET_RX_SOFTIRQ); + cpu_raise_softirq(this_cpu, NET_RX_SOFTIRQ); local_irq_restore(flags); #ifndef OFFLINE_SAMPLE get_sample_stats(this_cpu); @@ -1529,7 +1529,7 @@ local_irq_disable(); netdev_rx_stat[this_cpu].time_squeeze++; /* This already runs in BH context, no need to wake up BH's */ - __cpu_raise_softirq(this_cpu, NET_RX_SOFTIRQ); + cpu_raise_softirq(this_cpu, NET_RX_SOFTIRQ); local_irq_enable(); NET_PROFILE_LEAVE(softnet_process);