powerpc: Pull common bits of setup_{32,64}.c into setup-common.c
authorPaul Mackerras <paulus@samba.org>
Wed, 26 Oct 2005 07:11:18 +0000 (17:11 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 26 Oct 2005 07:11:18 +0000 (17:11 +1000)
commit03501dab035ab7da5e1373f5e130cfd6346d3f21
tree53f8299442806612d8d2a73361b754063ce043fa
parent033ef338b6e007dc081c6282a4f2a9dd761f8cd2
powerpc: Pull common bits of setup_{32,64}.c into setup-common.c

This creates a new arch/powerpc/kernel/setup-common.c with various
bits that setup_32.c and setup_64.c had in common - functions like
machine_shutdown/restart/power_off, show_cpuinfo, set_preferred_console
etc.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/ppc_ksyms.c
arch/powerpc/kernel/setup-common.c [new file with mode: 0644]
arch/powerpc/kernel/setup_32.c