]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mm: wider use of for_each_*cpu()
authorJohn Hawkes <hawkes@sgi.com>
Sun, 30 Oct 2005 01:17:01 +0000 (18:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 30 Oct 2005 04:40:45 +0000 (21:40 -0700)
commit41e0c865155a9a7b6513e5d1ddcedf162afa9015
treeee3075c48a99369c9748ee17d3bb8396e9f38372
parent5f68e30771a5fb5fdf50e5db23f37c48f4900667
[PATCH] mm: wider use of for_each_*cpu()

In 'mm' change the explicit use of a for-loop using NR_CPUS into the
general for_each_cpu() constructs.  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: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/page_alloc.c