Re: [PATCH v2 1/9] arm64: assembler: remove conditional NEON yield macros

2021-04-12 Thread Ard Biesheuvel
On Tue, 30 Mar 2021 at 11:52, Will Deacon wrote: > > On Tue, Mar 02, 2021 at 10:01:10AM +0100, Ard Biesheuvel wrote: > > The users of the conditional NEON yield macros have all been switched to > > the simplified cond_yield macro, and so the NEON specific ones can be > > removed. > > > > Signed-of

Re: [PATCH v2 1/9] arm64: assembler: remove conditional NEON yield macros

2021-03-30 Thread Will Deacon
On Tue, Mar 02, 2021 at 10:01:10AM +0100, Ard Biesheuvel wrote: > The users of the conditional NEON yield macros have all been switched to > the simplified cond_yield macro, and so the NEON specific ones can be > removed. > > Signed-off-by: Ard Biesheuvel > --- > arch/arm64/include/asm/assembler

[PATCH v2 1/9] arm64: assembler: remove conditional NEON yield macros

2021-03-02 Thread Ard Biesheuvel
The users of the conditional NEON yield macros have all been switched to the simplified cond_yield macro, and so the NEON specific ones can be removed. Signed-off-by: Ard Biesheuvel --- arch/arm64/include/asm/assembler.h | 70 1 file changed, 70 deletions(-) diff --git a/ar