summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/corenet64_smp_defconfig
diff options
context:
space:
mode:
authorKevin Hao2013-07-10 03:49:52 +0200
committerBenjamin Herrenschmidt2013-08-14 06:59:00 +0200
commit195c4940f7682bdd3f5477e37b7c0183b82b3b71 (patch)
tree791573e9509dd4c7e6bda3331a1003f1b00f6e8e /arch/powerpc/configs/corenet64_smp_defconfig
parentpowerpc/8xx: Remove last traces of 8XX_MINIMAL_FPEMU (diff)
downloadkernel-qcow2-linux-195c4940f7682bdd3f5477e37b7c0183b82b3b71.tar.gz
kernel-qcow2-linux-195c4940f7682bdd3f5477e37b7c0183b82b3b71.tar.xz
kernel-qcow2-linux-195c4940f7682bdd3f5477e37b7c0183b82b3b71.zip
powerpc/85xx: Enable the math emulation for the corenet64_smp_defconfig
I got the following error on my t4240qds board. ntpd[2713]: unhandled signal 4 at 0fd5b448 nip 0fd5b448 lr 0fd5b424 code 30001 The root cause is that the float point instruction 'fsqrt' is used. But this instruction is not implemented on e6500 core. Even this does seem a gcc bug, I would like to enable the math emulation in the kernel to workaround this kind of issue. Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/corenet64_smp_defconfig')
-rw-r--r--arch/powerpc/configs/corenet64_smp_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/corenet64_smp_defconfig b/arch/powerpc/configs/corenet64_smp_defconfig
index 4b76e3545965..7ac1f76c65a6 100644
--- a/arch/powerpc/configs/corenet64_smp_defconfig
+++ b/arch/powerpc/configs/corenet64_smp_defconfig
@@ -27,6 +27,7 @@ CONFIG_P5040_DS=y
CONFIG_T4240_QDS=y
# CONFIG_PPC_OF_BOOT_TRAMPOLINE is not set
CONFIG_BINFMT_MISC=m
+CONFIG_MATH_EMULATION=y
CONFIG_FSL_IFC=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCI_MSI=y