Re: [PATCH net-next] once: switch to new jump label API

From: David Miller
Date: Mon Oct 09 2017 - 23:26:43 EST


From: Eric Biggers <ebiggers3@xxxxxxxxx>
Date: Mon, 9 Oct 2017 14:30:52 -0700

> From: Eric Biggers <ebiggers@xxxxxxxxxx>
>
> Switch the DO_ONCE() macro from the deprecated jump label API to the new
> one. The new one is more readable, and for DO_ONCE() it also makes the
> generated code more icache-friendly: now the one-time initialization
> code is placed out-of-line at the jump target, rather than at the inline
> fallthrough case.
>
> Acked-by: Hannes Frederic Sowa <hannes@xxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>

Applied, thank you.