]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge branch 'ibmvnic-Move-sub-crq-init-out-of-interrupt-context'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Apr 2017 18:49:16 +0000 (14:49 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Apr 2017 18:49:16 +0000 (14:49 -0400)
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>

Trivial merge