| commit | 03501dab035ab7da5e1373f5e130cfd6346d3f21 | [log] [tgz] |
|---|---|---|
| author | Paul Mackerras <paulus@samba.org> | Wed Oct 26 17:11:18 2005 +1000 |
| committer | Paul Mackerras <paulus@samba.org> | Wed Oct 26 17:11:18 2005 +1000 |
| tree | 53f8299442806612d8d2a73361b754063ce043fa | |
| parent | 033ef338b6e007dc081c6282a4f2a9dd761f8cd2 [diff] |
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>