commit | 75129e297e861e6c61038aa4cdbf604b022de4ff | [log] [tgz] |
---|---|---|
author | John Hawkes <hawkes@sgi.com> | Tue Apr 18 22:20:33 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Apr 19 09:13:49 2006 -0700 |
tree | 48392ab6ae43547ae2d81a312eb22708af0dc515 | |
parent | 4a3b98a422a20dedf3a2a40c44892d6e7e665157 [diff] |
[PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUS Convert for-loops that explicitly reference "NR_CPUS" into the potentially more efficient for_each_possible_cpu() construct. Signed-off-by: John Hawkes <hawkes@sgi.com> Cc: Matt Mackall <mpm@selenic.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>