Files
linux-st/lib
Eric Biggers cf4c950b87 once: switch to new jump label API
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@stressinduktion.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-10-09 20:26:23 -07:00
..
2017-08-15 09:02:08 -07:00
2017-10-03 17:54:25 -07:00
2017-10-09 20:26:23 -07:00
2017-09-19 15:18:33 -07:00
2017-08-15 09:02:07 -07:00