Files
linux-stable-mirror/include/linux
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-10-04 10:22:55 +02:00
2017-10-09 10:21:26 -07:00
2017-01-25 13:17:47 -05:00
2017-09-25 08:56:05 -06:00
2017-10-09 20:26:23 -07:00
2016-01-04 16:11:11 -05:00
2017-06-08 18:52:42 -07:00