kernel-ark/arch
KAMEZAWA Hiroyuki fff8efe7b7 [PATCH] for_each_possible_cpu: sparc
for_each_cpu() actually iterates across all possible CPUs.  We've had mistakes
in the past where people were using for_each_cpu() where they should have been
iterating across only online or present CPUs.  This is inefficient and
possibly buggy.

We're renaming for_each_cpu() to for_each_possible_cpu() to avoid this in the
future.

This patch replaces for_each_cpu with for_each_possible_cpu.

Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Acked-by: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-04-11 06:18:31 -07:00
..
alpha
arm [ARM] 3473/1: Use numbers 0-15 for the VFP double registers 2006-04-10 21:32:46 +01:00
arm26
cris
frv
h8300
i386 [PATCH] arch/i386/mach-voyager/voyager_cat.c: named initializers 2006-04-11 06:18:30 -07:00
ia64
m32r
m68k
m68knommu
mips
parisc
powerpc Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input 2006-04-02 12:49:19 -07:00
ppc
s390
sh
sh64
sparc [PATCH] for_each_possible_cpu: sparc 2006-04-11 06:18:31 -07:00
sparc64 [SPARC64]: Set ARCH_SELECT_MEMORY_MODEL 2006-04-09 22:56:45 -07:00
um
v850
x86_64 [PATCH] x86_64: Update 32-bit system call table 2006-04-09 11:53:53 -07:00
xtensa