John Hawkes 670c02c2bf [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 <hawkes@sgi.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2005-10-25 23:54:01 -02:00
..
2005-09-19 15:41:28 -07:00
2005-09-27 16:11:29 -07:00
2005-10-05 12:16:04 -07:00
2005-10-25 23:54:01 -02:00
2005-10-20 14:49:59 -02:00
2005-10-25 23:54:01 -02:00
2005-10-25 23:54:01 -02:00
2005-08-29 16:01:32 -07:00
2005-08-29 15:31:14 -07:00
2005-10-05 12:16:04 -07:00
2005-10-03 13:57:23 -07:00
2005-09-27 15:45:15 -07:00
2005-10-25 23:54:01 -02:00
2005-08-29 16:01:32 -07:00
2005-09-08 08:14:11 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00