commit | 4e63f8edfe4d6f20b1af176efc022c2b2f5e7aeb | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sun Jun 09 17:01:24 2013 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jun 20 17:05:09 2013 +1000 |
tree | 5fd40bcbe3b23b8c055e1f8bd543ec125c9f98d6 | |
parent | 04ae9001719c3f0012d239a7c5aa4136f6b6541d [diff] |
powerpc/math-emu: Allow math-emu to be used for HW FPU (Including 64-bit ones) This allow SW emulation by the kernel of optional instructions such as fsqrt which aren't implemented on some processors, and thus fixes some Fedora 19 issues such as Anaconda since the compiler is set to generate those by default on 64-bit. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>