From: Andrew Morton <akpm@digeo.com> Date: Sat, 14 Jun 2003 01:37:53 -0700 Herbert Xu <herbert@gondor.apana.org.au> wrote: > + smp_call_function(flow_cache_flush_per_cpu, &info, 1, 0); > flow_cache_flush_per_cpu(&info); on_each_cpu() will do this for you. egrep linux-2.4/include/linux/*.h on_each_cpu() :-) A backport to 2.4.x so we're trying to stick to 2.4.x-only facilities as much as possible. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html