commit | f0870c55301da7e27be53d65dc62020a0fba749a | [log] [tgz] |
---|---|---|
author | Kevin Hao <haokexin@gmail.com> | Wed Jul 10 09:43:43 2013 +0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Aug 14 14:58:46 2013 +1000 |
tree | 942d70325cf9857df2376ae94b863295192c2744 | |
parent | cf5c2e543c7b4a5ec49f547070c0f3f4c95e20ed [diff] |
powerpc/math-emu: Remove the unneeded check for CONFIG_MATH_EMULATION in math.c The math.c is only built when CONFIG_MATH_EMULATION is enabled. So the #ifdef check for CONFIG_MATH_EMULATION in it seems redundant. Drop all of them. Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>