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)
commit5cd272085bbc905532869f3e1fd18a7100496b56
tree2c29f8a713e90fe55864502ed962c656014bca71
parentff2e6d7e27cf1f757ab0d97e1a9e46de47152a0e
powerpc: move math-emu over to arch/powerpc

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