powerpc: move math-emu over to arch/powerpc
authorKumar Gala <galak@kernel.crashing.org>
Tue, 28 Mar 2006 05:43:27 +0000 (23:43 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 28 Mar 2006 05:43:27 +0000 (23:43 -0600)
Towards the goal of having arch/powerpc not build anything over in arch/ppc
move math-emu over.  Also, killed some references to arch/ppc/ in the
arch/powerpc Makefile which should belong in drivers/ when the particular
sub-arch's move over to arch/powerpc.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55 files changed:
arch/powerpc/Makefile
arch/powerpc/math-emu/Makefile [moved from arch/ppc/math-emu/Makefile with 100% similarity]
arch/powerpc/math-emu/double.h [moved from arch/ppc/math-emu/double.h with 100% similarity]
arch/powerpc/math-emu/fabs.c [moved from arch/ppc/math-emu/fabs.c with 100% similarity]
arch/powerpc/math-emu/fadd.c [moved from arch/ppc/math-emu/fadd.c with 100% similarity]
arch/powerpc/math-emu/fadds.c [moved from arch/ppc/math-emu/fadds.c with 100% similarity]
arch/powerpc/math-emu/fcmpo.c [moved from arch/ppc/math-emu/fcmpo.c with 100% similarity]
arch/powerpc/math-emu/fcmpu.c [moved from arch/ppc/math-emu/fcmpu.c with 100% similarity]
arch/powerpc/math-emu/fctiw.c [moved from arch/ppc/math-emu/fctiw.c with 100% similarity]
arch/powerpc/math-emu/fctiwz.c [moved from arch/ppc/math-emu/fctiwz.c with 100% similarity]
arch/powerpc/math-emu/fdiv.c [moved from arch/ppc/math-emu/fdiv.c with 100% similarity]
arch/powerpc/math-emu/fdivs.c [moved from arch/ppc/math-emu/fdivs.c with 100% similarity]
arch/powerpc/math-emu/fmadd.c [moved from arch/ppc/math-emu/fmadd.c with 100% similarity]
arch/powerpc/math-emu/fmadds.c [moved from arch/ppc/math-emu/fmadds.c with 100% similarity]
arch/powerpc/math-emu/fmr.c [moved from arch/ppc/math-emu/fmr.c with 100% similarity]
arch/powerpc/math-emu/fmsub.c [moved from arch/ppc/math-emu/fmsub.c with 100% similarity]
arch/powerpc/math-emu/fmsubs.c [moved from arch/ppc/math-emu/fmsubs.c with 100% similarity]
arch/powerpc/math-emu/fmul.c [moved from arch/ppc/math-emu/fmul.c with 100% similarity]
arch/powerpc/math-emu/fmuls.c [moved from arch/ppc/math-emu/fmuls.c with 100% similarity]
arch/powerpc/math-emu/fnabs.c [moved from arch/ppc/math-emu/fnabs.c with 100% similarity]
arch/powerpc/math-emu/fneg.c [moved from arch/ppc/math-emu/fneg.c with 100% similarity]
arch/powerpc/math-emu/fnmadd.c [moved from arch/ppc/math-emu/fnmadd.c with 100% similarity]
arch/powerpc/math-emu/fnmadds.c [moved from arch/ppc/math-emu/fnmadds.c with 100% similarity]
arch/powerpc/math-emu/fnmsub.c [moved from arch/ppc/math-emu/fnmsub.c with 100% similarity]
arch/powerpc/math-emu/fnmsubs.c [moved from arch/ppc/math-emu/fnmsubs.c with 100% similarity]
arch/powerpc/math-emu/fres.c [moved from arch/ppc/math-emu/fres.c with 100% similarity]
arch/powerpc/math-emu/frsp.c [moved from arch/ppc/math-emu/frsp.c with 100% similarity]
arch/powerpc/math-emu/frsqrte.c [moved from arch/ppc/math-emu/frsqrte.c with 100% similarity]
arch/powerpc/math-emu/fsel.c [moved from arch/ppc/math-emu/fsel.c with 100% similarity]
arch/powerpc/math-emu/fsqrt.c [moved from arch/ppc/math-emu/fsqrt.c with 100% similarity]
arch/powerpc/math-emu/fsqrts.c [moved from arch/ppc/math-emu/fsqrts.c with 100% similarity]
arch/powerpc/math-emu/fsub.c [moved from arch/ppc/math-emu/fsub.c with 100% similarity]
arch/powerpc/math-emu/fsubs.c [moved from arch/ppc/math-emu/fsubs.c with 100% similarity]
arch/powerpc/math-emu/lfd.c [moved from arch/ppc/math-emu/lfd.c with 100% similarity]
arch/powerpc/math-emu/lfs.c [moved from arch/ppc/math-emu/lfs.c with 100% similarity]
arch/powerpc/math-emu/math.c [moved from arch/ppc/math-emu/math.c with 100% similarity]
arch/powerpc/math-emu/mcrfs.c [moved from arch/ppc/math-emu/mcrfs.c with 100% similarity]
arch/powerpc/math-emu/mffs.c [moved from arch/ppc/math-emu/mffs.c with 100% similarity]
arch/powerpc/math-emu/mtfsb0.c [moved from arch/ppc/math-emu/mtfsb0.c with 100% similarity]
arch/powerpc/math-emu/mtfsb1.c [moved from arch/ppc/math-emu/mtfsb1.c with 100% similarity]
arch/powerpc/math-emu/mtfsf.c [moved from arch/ppc/math-emu/mtfsf.c with 100% similarity]
arch/powerpc/math-emu/mtfsfi.c [moved from arch/ppc/math-emu/mtfsfi.c with 100% similarity]
arch/powerpc/math-emu/op-1.h [moved from arch/ppc/math-emu/op-1.h with 100% similarity]
arch/powerpc/math-emu/op-2.h [moved from arch/ppc/math-emu/op-2.h with 100% similarity]
arch/powerpc/math-emu/op-4.h [moved from arch/ppc/math-emu/op-4.h with 100% similarity]
arch/powerpc/math-emu/op-common.h [moved from arch/ppc/math-emu/op-common.h with 100% similarity]
arch/powerpc/math-emu/sfp-machine.h [moved from arch/ppc/math-emu/sfp-machine.h with 100% similarity]
arch/powerpc/math-emu/single.h [moved from arch/ppc/math-emu/single.h with 100% similarity]
arch/powerpc/math-emu/soft-fp.h [moved from arch/ppc/math-emu/soft-fp.h with 100% similarity]
arch/powerpc/math-emu/stfd.c [moved from arch/ppc/math-emu/stfd.c with 100% similarity]
arch/powerpc/math-emu/stfiwx.c [moved from arch/ppc/math-emu/stfiwx.c with 100% similarity]
arch/powerpc/math-emu/stfs.c [moved from arch/ppc/math-emu/stfs.c with 100% similarity]
arch/powerpc/math-emu/types.c [moved from arch/ppc/math-emu/types.c with 100% similarity]
arch/powerpc/math-emu/udivmodti4.c [moved from arch/ppc/math-emu/udivmodti4.c with 100% similarity]
arch/ppc/Makefile

index 9586899..6ec84d3 100644 (file)
@@ -129,12 +129,8 @@ core-y                             += arch/powerpc/kernel/ \
                                   arch/powerpc/lib/ \
                                   arch/powerpc/sysdev/ \
                                   arch/powerpc/platforms/
-core-$(CONFIG_MATH_EMULATION)  += arch/ppc/math-emu/
+core-$(CONFIG_MATH_EMULATION)  += arch/powerpc/math-emu/
 core-$(CONFIG_XMON)            += arch/powerpc/xmon/
-core-$(CONFIG_APUS)            += arch/ppc/amiga/
-drivers-$(CONFIG_8xx)          += arch/ppc/8xx_io/
-drivers-$(CONFIG_4xx)          += arch/ppc/4xx_io/
-drivers-$(CONFIG_CPM2)         += arch/ppc/8260_io/
 
 drivers-$(CONFIG_OPROFILE)     += arch/powerpc/oprofile/
 
index cde5fa8..87bd063 100644 (file)
@@ -69,7 +69,7 @@ core-y                                += arch/ppc/kernel/ arch/powerpc/kernel/ \
 core-$(CONFIG_4xx)             += arch/ppc/platforms/4xx/
 core-$(CONFIG_83xx)            += arch/ppc/platforms/83xx/
 core-$(CONFIG_85xx)            += arch/ppc/platforms/85xx/
-core-$(CONFIG_MATH_EMULATION)  += arch/ppc/math-emu/
+core-$(CONFIG_MATH_EMULATION)  += arch/powerpc/math-emu/
 core-$(CONFIG_XMON)            += arch/ppc/xmon/
 core-$(CONFIG_APUS)            += arch/ppc/amiga/
 drivers-$(CONFIG_8xx)          += arch/ppc/8xx_io/