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 <a...@kernel.org> > --- > arch/arm64/include/asm/assembler.h | 70 -------------------- > 1 file changed, 70 deletions(-)
Acked-by: Will Deacon <w...@kernel.org> Will