kernel-ark/arch/ppc/kernel
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
..
asm-offsets.c
cpu_setup_power4.S
dma-mapping.c
entry.S ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppc 2006-03-28 10:22:10 +11:00
head_4xx.S
head_8xx.S
head_44x.S
head_booke.h
head_fsl_booke.S
head.S ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppc 2006-03-28 10:22:10 +11:00
machine_kexec.c
Makefile powerpc: Don't compile in arch/ppc/kernel for 32-bit ARCH=powerpc 2006-03-27 20:17:06 +11:00
misc.S
pci.c ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppc 2006-03-28 10:22:10 +11:00
ppc_htab.c Merge ../linux-2.6 2006-03-29 13:24:50 +11:00
ppc_ksyms.c ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppc 2006-03-28 10:22:10 +11:00
ppc-stub.c
relocate_kernel.S
rio.c
semaphore.c
setup.c [PATCH] for_each_possible_cpu: ppc 2006-03-29 13:44:16 +11:00
smp-tbsync.c
smp.c [PATCH] for_each_possible_cpu: ppc 2006-03-29 13:44:16 +11:00
softemu8xx.c
time.c
traps.c
vmlinux.lds.S