Re: [PATCH] powerpc/signal32: Remove impossible #ifdef combinations

From: Michael Ellerman
Date: Fri Jun 18 2021 - 00:23:39 EST


On Thu, 10 Jun 2021 15:58:34 +0000 (UTC), Christophe Leroy wrote:
> PPC_TRANSACTIONAL_MEM is only on book3s/64
> SPE is only on booke
>
> PPC_TRANSACTIONAL_MEM selects ALTIVEC and VSX
>
> Therefore, within PPC_TRANSACTIONAL_MEM sections,
> ALTIVEC and VSX are always defined while SPE never is.
>
> [...]

Applied to powerpc/next.

[1/1] powerpc/signal32: Remove impossible #ifdef combinations
https://git.kernel.org/powerpc/c/ac3d085368b3abf19b24d8505b897454c7372855

cheers