]> Git Repo - linux.git/commit
[NET]: Wider use of for_each_*cpu()
authorJohn Hawkes <[email protected]>
Thu, 13 Oct 2005 16:30:31 +0000 (09:30 -0700)
committerArnaldo Carvalho de Melo <[email protected]>
Wed, 26 Oct 2005 01:54:01 +0000 (23:54 -0200)
commit670c02c2bfd2c8a305a90f5285409a7b0a8fd630
treea6e7d773d72e2716bf675dbb2679e8ada21b4e21
parent900e0143a575406146ac531fcb91790f166ce52f
[NET]: Wider use of for_each_*cpu()

In 'net' change the explicit use of for-loops and NR_CPUS into the
general for_each_cpu() or for_each_online_cpu() constructs, as
appropriate.  This widens the scope of potential future optimizations
of the general constructs, as well as takes advantage of the existing
optimizations of first_cpu() and next_cpu(), which is advantageous
when the true CPU count is much smaller than NR_CPUS.

Signed-off-by: John Hawkes <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
net/core/neighbour.c
net/core/pktgen.c
net/ipv4/icmp.c
net/ipv4/proc.c
net/ipv6/icmp.c
net/ipv6/proc.c
net/sctp/proc.c
This page took 0.058268 seconds and 4 git commands to generate.