Re: [PATCH] powerpc: Use rol32() instead of opencoding in csum_fold()

From: Michael Ellerman
Date: Sun May 15 2022 - 06:31:45 EST


On Wed, 9 Mar 2022 08:56:14 +0100, Christophe Leroy wrote:
> rol32(x, 16) will do the rotate using rlwinm.
>
> No need to open code using inline assembly.
>
>

Applied to powerpc/next.

[1/1] powerpc: Use rol32() instead of opencoding in csum_fold()
https://git.kernel.org/powerpc/c/a1ae431705410fc7092790977bffd1b00c63c229

cheers