]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'enable-and-use-static_branch_deferred_inc'
authorDavid S. Miller <davem@davemloft.net>
Sat, 15 Jun 2019 02:31:48 +0000 (19:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Jun 2019 02:31:48 +0000 (19:31 -0700)
commit3856a6ef32057f920bdd7c351233b5310cdd3c72
treec3f54f73cbf2c5ae693678a16c77d3fdcef32d85
parent1d227afc399cd0249969c5445faf14e3b6f4d908
parent381c038e384487afd270a5028c851b431615ffd7
Merge branch 'enable-and-use-static_branch_deferred_inc'

Willem de Bruijn says:

====================
enable and use static_branch_deferred_inc

1. make static_branch_deferred_inc available if !CONFIG_JUMP_LABEL
2. convert the existing STATIC_KEY_DEFERRED_FALSE user to this api
====================

Signed-off-by: David S. Miller <davem@davemloft.net>