From: John Hawkes Date: Wed, 19 Apr 2006 05:20:33 +0000 (-0700) Subject: [PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUS X-Git-Tag: v2.6.17-rc3~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75129e297e861e6c61038aa4cdbf604b022de4ff;p=pandora-kernel.git [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 Cc: Matt Mackall Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed