android_kernel_samsung_msm8976/arch/arm/kernel
KAMEZAWA Hiroyuki 036999d501 [ARM] for_each_possible_cpu
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: Russell King <rmk+kernel@arm.linux.org.uk>
2006-04-20 21:48:02 +01:00
..
apm.c
armksyms.c
arthur.c
asm-offsets.c
bios32.c
calls.S
compat.c
compat.h
debug.S
dma-isa.c
dma.c
ecard.c
entry-armv.S
entry-common.S
entry-header.S
fiq.c
head-common.S
head-nommu.S
head.S
init_task.c
io.c
irq.c
isa.c
iwmmxt.S
Makefile
module.c
process.c
ptrace.c
ptrace.h
semaphore.c
setup.c [ARM] for_each_possible_cpu 2006-04-20 21:48:02 +01:00
signal.c
signal.h
smp.c
sys_arm.c
sys_oabi-compat.c
time.c
traps.c
vmlinux.lds.S