Skip to content
Commit 98468efd authored by Roger Oksanen's avatar Roger Oksanen Committed by David S. Miller
Browse files

e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failure



pci_alloc_consistent uses GFP_ATOMIC allocation that may fail on some systems
with limited memory (Bug #14265). pci_pool_alloc allows waiting with
GFP_KERNEL.

Tested-by: default avatarKarol Lewandowski <karol.k.lewandowski@gmail.com>
Signed-off-by: default avatarRoger Oksanen <roger.oksanen@cs.helsinki.fi>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5fdd4bae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment