From: hawkes@sgi.com Date: Mon, 10 Oct 2005 15:43:26 +0000 (-0700) Subject: [IA64] wider use of for_each_cpu_mask() in arch/ia64 X-Git-Tag: v2.6.15-rc1~731^2~16^2^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc565b525d4b7091a3abb6616d210c8a896a11d7;p=pandora-kernel.git [IA64] wider use of for_each_cpu_mask() in arch/ia64 In arch/ia64 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(). Signed-off-by: John Hawkes Signed-off-by: Tony Luck --- Reading git-diff-tree failed