]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/85xx: Enable the math emulation for the corenet64_smp_defconfig
authorKevin Hao <haokexin@gmail.com>
Wed, 10 Jul 2013 01:49:52 +0000 (09:49 +0800)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 14 Aug 2013 04:59:00 +0000 (14:59 +1000)
commitb5f5ce7e0453175c0c31c904d0e1b859d3f65214
tree791573e9509dd4c7e6bda3331a1003f1b00f6e8e
parent2847ae023e337a4e1cb800b7926514cd657b06f8
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>
arch/powerpc/configs/corenet64_smp_defconfig