diff options
author | David S. Miller <davem@davemloft.net> | 2017-04-26 20:49:16 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-26 20:49:16 +0200 |
commit | 1f7fe5d492a4f3f7ed74b8e15548ced38f5a59be (patch) | |
tree | c510f6edb3a2b6a90d5a64636b446e54de62937e /net/ipv6 | |
parent | dt-bindings: mdio: Clarify binding document (diff) | |
parent | ibmvnic: Move initialization of sub crqs to ibmvnic_init (diff) | |
download | linux-1f7fe5d492a4f3f7ed74b8e15548ced38f5a59be.tar.xz linux-1f7fe5d492a4f3f7ed74b8e15548ced38f5a59be.zip |
Merge branch 'ibmvnic-Move-sub-crq-init-out-of-interrupt-context'
Nathan Fontenot says:
====================
ibmvnic: Move sub crq init out of interrupt context
The sub crqs are currently intialized in interrupt context when
handling a crq response fromn the vios server. There is no reason
they must be initialized there.
Moving the initialization of the sub crqs to the ibmvnic_init routine
allows us to do the initialization outside of interrupt context and
make all of the allocations with GFP_KERNEL instead of GFP_ATOMIC.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
0 files changed, 0 insertions, 0 deletions