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

2021-06-17 Thread Michael Ellerman
On Thu, 10 Jun 2021 15:58:34 + (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. >

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

2021-06-10 Thread Christophe Leroy
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. Remove all SPE code and all #ifdef ALTIVEC and VSX in tm functions.