Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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: 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>

authored by

Kumar Gala and committed by
Linus Torvalds
b2721252 b7c2b704

+2
+2
arch/ppc/Kconfig
··· 77 77 bool "44x" 78 78 79 79 config POWER3 80 + select PPC_FPU 80 81 bool "POWER3" 81 82 82 83 config POWER4 84 + select PPC_FPU 83 85 bool "POWER4 and 970 (G5)" 84 86 85 87 config 8xx