summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_netlink.c
diff options
context:
space:
mode:
authorEric Biggers2017-10-09 23:30:52 +0200
committerDavid S. Miller2017-10-10 05:26:23 +0200
commitcf4c950b87ee2f547ad3abd3aca6ae3f3eb3443f (patch)
treeec62d0b29fcd7361e4abb8cdc95042597571cf2c /net/openvswitch/flow_netlink.c
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff)
downloadkernel-qcow2-linux-cf4c950b87ee2f547ad3abd3aca6ae3f3eb3443f.tar.gz
kernel-qcow2-linux-cf4c950b87ee2f547ad3abd3aca6ae3f3eb3443f.tar.xz
kernel-qcow2-linux-cf4c950b87ee2f547ad3abd3aca6ae3f3eb3443f.zip
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>
Diffstat (limited to 'net/openvswitch/flow_netlink.c')
0 files changed, 0 insertions, 0 deletions