diff -urN aa2/net/core/dev.c aa2-1/net/core/dev.c --- aa2/net/core/dev.c Sun Jul 29 21:49:06 2001 +++ aa2-1/net/core/dev.c Sat Jul 28 21:11:00 2001 @@ -1220,7 +1220,7 @@ local_irq_restore(flags); /* 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); #ifndef OFFLINE_SAMPLE get_sample_stats(this_cpu); #endif @@ -1532,7 +1532,7 @@ local_irq_enable(); /* 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); NET_PROFILE_LEAVE(softnet_process); return;