sh: Fixup cpu_data references for the non-boot CPUs.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 25 Dec 2006 01:19:56 +0000 (10:19 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 13 Feb 2007 01:54:45 +0000 (10:54 +0900)
commit11c1965687b0a472add948d4240dfe65a2fcb298
tree69a71a34591bbdc6339dbe72de36819479f96198
parentaec5e0e1c179fac4bbca4007a3f0d3107275a73c
sh: Fixup cpu_data references for the non-boot CPUs.

There are a lot of bogus cpu_data-> references that only end up working
for the boot CPU, convert these to current_cpu_data to fixup SMP.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
20 files changed:
arch/sh/kernel/cpu/init.c
arch/sh/kernel/cpu/sh2/probe.c
arch/sh/kernel/cpu/sh2a/probe.c
arch/sh/kernel/cpu/sh3/probe.c
arch/sh/kernel/cpu/sh4/probe.c
arch/sh/kernel/process.c
arch/sh/kernel/setup.c
arch/sh/kernel/signal.c
arch/sh/kernel/traps.c
arch/sh/mm/cache-debugfs.c
arch/sh/mm/cache-sh3.c
arch/sh/mm/cache-sh4.c
arch/sh/mm/cache-sh7705.c
arch/sh/mm/pg-sh4.c
arch/sh/mm/pg-sh7705.c
arch/sh/mm/tlb-sh3.c
arch/sh/oprofile/op_model_sh7750.c
include/asm-sh/bugs.h
include/asm-sh/processor.h
include/asm-sh/ubc.h