[PATCH] powerpc: Move more ppc64 files with no ppc32 equivalent to powerpc
This patch moves a bunch more files from arch/ppc64 and include/asm-ppc64 which have no equivalents in ppc32 code into arch/powerpc and include/asm-powerpc. The file affected are: hvcall.h proc_ppc64.c sysfs.c lparcfg.c rtas_pci.c The only changes apart from the move and corresponding Makefile changes are: - #ifndef/#define in includes updated to _ASM_POWERPC_ form - trailing whitespace removed - comments giving full paths removed Built and booted on POWER5 LPAR (ARCH=powerpc and ARCH=ppc64), built for 32-bit powermac (ARCH=powerpc). Signed-off-by:David Gibson <david@gibson.dropbear.id.au> Signed-off-by:
Paul Mackerras <paulus@samba.org>
Showing
- arch/powerpc/kernel/Makefile 6 additions, 2 deletionsarch/powerpc/kernel/Makefile
- arch/powerpc/kernel/lparcfg.c 5 additions, 5 deletionsarch/powerpc/kernel/lparcfg.c
- arch/powerpc/kernel/proc_ppc64.c 3 additions, 5 deletionsarch/powerpc/kernel/proc_ppc64.c
- arch/powerpc/kernel/rtas_pci.c 0 additions, 0 deletionsarch/powerpc/kernel/rtas_pci.c
- arch/powerpc/kernel/sysfs.c 1 addition, 1 deletionarch/powerpc/kernel/sysfs.c
- arch/ppc64/kernel/Makefile 1 addition, 4 deletionsarch/ppc64/kernel/Makefile
- include/asm-powerpc/hvcall.h 7 additions, 7 deletionsinclude/asm-powerpc/hvcall.h
Loading
Please register or sign in to comment