aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic/docproc.c
diff options
context:
space:
mode:
authorJohn Hawkes <[email protected]>2005-10-29 18:17:01 -0700
committerLinus Torvalds <[email protected]>2005-10-29 21:40:45 -0700
commit2f96996de0eda378df2a5f857ee1ef615ae10a4f (patch)
treeee3075c48a99369c9748ee17d3bb8396e9f38372 /scripts/basic/docproc.c
parent5fcbb23050936d69de8087d4b311eaf55cb42740 (diff)
[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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic/docproc.c')
0 files changed, 0 insertions, 0 deletions