[PATCH 1/2] powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5

Segher Boessenkool segher at kernel.crashing.org
Thu Sep 22 04:50:31 AEST 2022


On Wed, Sep 21, 2022 at 11:41:02AM +1000, Nicholas Piggin wrote:
> Big-endian GENERIC_CPU supports 970, but builds with -mcpu=power5.
> POWER5 is ISA v2.02 whereas 970 is v2.01 plus Altivec. 2.02 added
> the popcntb instruction which a compiler might use.
> 
> Use -mcpu=power4.
> 
> Fixes: 471d7ff8b51b ("powerpc/64s: Remove POWER4 support")
> Signed-off-by: Nicholas Piggin <npiggin at gmail.com>

Reviewed-by: Segher Boessenkool <segher at kernel.crashing.org>

Thank you!

Maybe superfluous, but some more context: GCC's -mcpu=power4 means
POWER4+, ISA 2.01, according to our documentation.  There is no
difference with ISA 2.00 (what plain POWER4 implements) for anything
GCC does.


Segher


More information about the Linuxppc-dev mailing list