diff options
author | Roger Oksanen <roger.oksanen@cs.helsinki.fi> | 2009-11-29 17:17:29 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-29 17:17:29 -0800 |
commit | 98468efddb101f8a29af974101c17ba513b07be1 (patch) | |
tree | e4d66cca447ab2065224a6afb66edbf78b079d48 /net | |
parent | 5fdd4baef6195a1f2960e901c8877e2105f832ca (diff) | |
download | linux-3.10-98468efddb101f8a29af974101c17ba513b07be1.tar.gz linux-3.10-98468efddb101f8a29af974101c17ba513b07be1.tar.bz2 linux-3.10-98468efddb101f8a29af974101c17ba513b07be1.zip |
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: Karol Lewandowski <karol.k.lewandowski@gmail.com>
Signed-off-by: Roger Oksanen <roger.oksanen@cs.helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions