[PATCH] powerpc: remove do-nothing cpu setup routines
authorGeoff Levand <geoffrey.levand@am.sony.com>
Fri, 19 May 2006 04:24:18 +0000 (14:24 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 19 May 2006 04:24:18 +0000 (14:24 +1000)
commitb26f100d89c87060b561c3108582b7cb81521df8
tree57e566bb4f1411e059e59b0f43bc9544e15616e8
parent4240545661fc0ac25122f166e96633527150300c
[PATCH] powerpc: remove do-nothing cpu setup routines

Removed the do-nothing routines __setup_cpu_power3 and
__setup_cpu_power4 and replaced them with a null pointer check
in the caller.  Also removed the Cell processor specific
routine __setup_cpu_be which improperly accessed the
hypervisor page size configuration at SPR HID6.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/cpu_setup_power4.S
arch/powerpc/kernel/cputable.c
arch/powerpc/kernel/misc_32.S
arch/powerpc/kernel/misc_64.S