kernel-ark/arch/ppc
KAMEZAWA Hiroyuki b848e0a07d [PATCH] for_each_possible_cpu: ppc
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>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-03-29 13:44:16 +11:00
..
4xx_io
8xx_io
8260_io
amiga
boot
configs
kernel [PATCH] for_each_possible_cpu: ppc 2006-03-29 13:44:16 +11:00
lib
mm [PATCH] lock PTE before updating it in 440/BookE page fault handler 2006-03-29 13:44:15 +11:00
platforms Merge ../linux-2.6 2006-03-29 13:24:50 +11:00
syslib
xmon
Kconfig
Kconfig.debug
Makefile