Re: [PATCH] powerpc/32: Add support for out-of-line static calls

2021-08-31 Thread Ard Biesheuvel
On Tue, 31 Aug 2021 at 10:53, Peter Zijlstra wrote: > > On Tue, Aug 31, 2021 at 08:05:21AM +, Christophe Leroy wrote: > > > +#define ARCH_DEFINE_STATIC_CALL_NULL_TRAMP(name) \ > > + asm(".pushsection .text, \"ax\" \n" \ > > + ".align

Re: [PATCH] powerpc/32: Add support for out-of-line static calls

2021-08-31 Thread Peter Zijlstra
On Tue, Aug 31, 2021 at 08:05:21AM +, Christophe Leroy wrote: > +#define ARCH_DEFINE_STATIC_CALL_NULL_TRAMP(name) \ > + asm(".pushsection .text, \"ax\" \n" \ > + ".align 4 \n" \ > +