]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] 8xx: Move softemu8xx.c from arch/ppc
authorScott Wood <scottwood@freescale.com>
Tue, 18 Sep 2007 20:29:35 +0000 (15:29 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 4 Oct 2007 16:02:54 +0000 (11:02 -0500)
commit0a386075b894b80fffdca1c36bbc3f87cd87afd9
tree7766bea806c977c47624e43c1c21a2a11ff1782d
parent75d5483b8a7ec052f3a499ac4694f62305bd3745
[POWERPC] 8xx: Move softemu8xx.c from arch/ppc

Previously, Soft_emulate_8xx was called with no implementation, resulting in
build failures whenever building 8xx without math emulation.  The
implementation is copied from arch/ppc to resolve this issue.

However, this sort of minimal emulation is not a very good idea other than
for compatibility with existing userspaces, as it's less efficient than
soft-float and can mislead users into believing they have soft-float.  Thus,
it is made a configurable option, off by default.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/Kconfig
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/softemu8xx.c [new file with mode: 0644]
arch/powerpc/kernel/traps.c