Commit 5cd272085bbc905532869f3e1fd18a7100496b56
1 parent
ff2e6d7e27
Exists in
master
and in
4 other branches
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>
Warning! This is a large diff.
To preserve performance the diff is not shown. Please, download the diff as plain diff or email patch instead.
If you still want to see the diff click this link
Showing 108 changed files with 4508 additions and 4512 deletions Side-by-side Diff
- arch/powerpc/Makefile
- arch/powerpc/math-emu/Makefile
- arch/powerpc/math-emu/double.h
- arch/powerpc/math-emu/fabs.c
- arch/powerpc/math-emu/fadd.c
- arch/powerpc/math-emu/fadds.c
- arch/powerpc/math-emu/fcmpo.c
- arch/powerpc/math-emu/fcmpu.c
- arch/powerpc/math-emu/fctiw.c
- arch/powerpc/math-emu/fctiwz.c
- arch/powerpc/math-emu/fdiv.c
- arch/powerpc/math-emu/fdivs.c
- arch/powerpc/math-emu/fmadd.c
- arch/powerpc/math-emu/fmadds.c
- arch/powerpc/math-emu/fmr.c
- arch/powerpc/math-emu/fmsub.c
- arch/powerpc/math-emu/fmsubs.c
- arch/powerpc/math-emu/fmul.c
- arch/powerpc/math-emu/fmuls.c
- arch/powerpc/math-emu/fnabs.c
- arch/powerpc/math-emu/fneg.c
- arch/powerpc/math-emu/fnmadd.c
- arch/powerpc/math-emu/fnmadds.c
- arch/powerpc/math-emu/fnmsub.c
- arch/powerpc/math-emu/fnmsubs.c
- arch/powerpc/math-emu/fres.c
- arch/powerpc/math-emu/frsp.c
- arch/powerpc/math-emu/frsqrte.c
- arch/powerpc/math-emu/fsel.c
- arch/powerpc/math-emu/fsqrt.c
- arch/powerpc/math-emu/fsqrts.c
- arch/powerpc/math-emu/fsub.c
- arch/powerpc/math-emu/fsubs.c
- arch/powerpc/math-emu/lfd.c
- arch/powerpc/math-emu/lfs.c
- arch/powerpc/math-emu/math.c
- arch/powerpc/math-emu/mcrfs.c
- arch/powerpc/math-emu/mffs.c
- arch/powerpc/math-emu/mtfsb0.c
- arch/powerpc/math-emu/mtfsb1.c
- arch/powerpc/math-emu/mtfsf.c
- arch/powerpc/math-emu/mtfsfi.c
- arch/powerpc/math-emu/op-1.h
- arch/powerpc/math-emu/op-2.h
- arch/powerpc/math-emu/op-4.h
- arch/powerpc/math-emu/op-common.h
- arch/powerpc/math-emu/sfp-machine.h
- arch/powerpc/math-emu/single.h
- arch/powerpc/math-emu/soft-fp.h
- arch/powerpc/math-emu/stfd.c
- arch/powerpc/math-emu/stfiwx.c
- arch/powerpc/math-emu/stfs.c
- arch/powerpc/math-emu/types.c
- arch/powerpc/math-emu/udivmodti4.c
- arch/ppc/Makefile
- arch/ppc/math-emu/Makefile
- arch/ppc/math-emu/double.h
- arch/ppc/math-emu/fabs.c
- arch/ppc/math-emu/fadd.c
- arch/ppc/math-emu/fadds.c
- arch/ppc/math-emu/fcmpo.c
- arch/ppc/math-emu/fcmpu.c
- arch/ppc/math-emu/fctiw.c
- arch/ppc/math-emu/fctiwz.c
- arch/ppc/math-emu/fdiv.c
- arch/ppc/math-emu/fdivs.c
- arch/ppc/math-emu/fmadd.c
- arch/ppc/math-emu/fmadds.c
- arch/ppc/math-emu/fmr.c
- arch/ppc/math-emu/fmsub.c
- arch/ppc/math-emu/fmsubs.c
- arch/ppc/math-emu/fmul.c
- arch/ppc/math-emu/fmuls.c
- arch/ppc/math-emu/fnabs.c
- arch/ppc/math-emu/fneg.c
- arch/ppc/math-emu/fnmadd.c
- arch/ppc/math-emu/fnmadds.c
- arch/ppc/math-emu/fnmsub.c
- arch/ppc/math-emu/fnmsubs.c
- arch/ppc/math-emu/fres.c
- arch/ppc/math-emu/frsp.c
- arch/ppc/math-emu/frsqrte.c
- arch/ppc/math-emu/fsel.c
- arch/ppc/math-emu/fsqrt.c
- arch/ppc/math-emu/fsqrts.c
- arch/ppc/math-emu/fsub.c
- arch/ppc/math-emu/fsubs.c
- arch/ppc/math-emu/lfd.c
- arch/ppc/math-emu/lfs.c
- arch/ppc/math-emu/math.c
- arch/ppc/math-emu/mcrfs.c
- arch/ppc/math-emu/mffs.c
- arch/ppc/math-emu/mtfsb0.c
- arch/ppc/math-emu/mtfsb1.c
- arch/ppc/math-emu/mtfsf.c
- arch/ppc/math-emu/mtfsfi.c
- arch/ppc/math-emu/op-1.h
- arch/ppc/math-emu/op-2.h
- arch/ppc/math-emu/op-4.h
- arch/ppc/math-emu/op-common.h
- arch/ppc/math-emu/sfp-machine.h
- arch/ppc/math-emu/single.h
- arch/ppc/math-emu/soft-fp.h
- arch/ppc/math-emu/stfd.c
- arch/ppc/math-emu/stfiwx.c
- arch/ppc/math-emu/stfs.c
- arch/ppc/math-emu/types.c
- arch/ppc/math-emu/udivmodti4.c