Skip to content

Commit

Permalink
[PATCH] ppc32: Fix POWER3/POWER4 compiler error
Browse files Browse the repository at this point in the history
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: Kumar Gala <kumar.gala@freescale.com>
Acked-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Kumar Gala authored and Linus Torvalds committed May 7, 2005
1 parent b7c2b70 commit b272125
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ config 44x
bool "44x"

config POWER3
select PPC_FPU
bool "POWER3"

config POWER4
select PPC_FPU
bool "POWER4 and 970 (G5)"

config 8xx
Expand Down

0 comments on commit b272125

Please sign in to comment.