Re: [PATCH v2 1/9] arm64: assembler: remove conditional NEON yield macros
From: Will Deacon <will@kernel.org>
Date: 2021-03-30 09:54:04
Also in:
linux-arm-kernel
From: Will Deacon <will@kernel.org>
Date: 2021-03-30 09:54:04
Also in:
linux-arm-kernel
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 <ardb@kernel.org> --- arch/arm64/include/asm/assembler.h | 70 -------------------- 1 file changed, 70 deletions(-)
Acked-by: Will Deacon <will@kernel.org> Will