On Mon, Oct 28, 2024 at 08:02:09PM +0100, Ard Biesheuvel wrote: > From: Ard Biesheuvel <ardb@xxxxxxxxxx> > > This is a partial revert of commit fc754c024a343b, which moved the logic > into C code which ensures that kernel mode NEON code does not hog the > CPU for too long. > > This is no longer needed now that kernel mode NEON no longer disables > preemption, so we can drop this. > > Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> > --- > arch/arm64/crypto/crct10dif-ce-glue.c | 30 ++++---------------- > 1 file changed, 6 insertions(+), 24 deletions(-) Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric