Commit b2721252 authored by Kumar Gala's avatar Kumar Gala Committed by Linus Torvalds

[PATCH] ppc32: Fix POWER3/POWER4 compiler error

In separating out support for hardware floating point we missed the fact
that both POWER3 and POWER4 have HW FP.  Enable CONFIG_PPC_FPU for POWER3
and POWER4 fixes the issue.
Signed-off-by: default avatarKumar Gala <kumar.gala@freescale.com>
Acked-by: default avatarPaul Mackerras <paulus@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b7c2b704
...@@ -77,9 +77,11 @@ config 44x ...@@ -77,9 +77,11 @@ config 44x
bool "44x" bool "44x"
config POWER3 config POWER3
select PPC_FPU
bool "POWER3" bool "POWER3"
config POWER4 config POWER4
select PPC_FPU
bool "POWER4 and 970 (G5)" bool "POWER4 and 970 (G5)"
config 8xx config 8xx
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment