diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2010-09-10 06:41:26 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-10 12:27:31 -0700 |
commit | 58758aa505edc5b8f8393cee45b54c7485d76de5 (patch) | |
tree | 6935e011c85f37661b2e3928fbfdcbcdb6b8af91 /drivers/acpi | |
parent | e42de26249c88a00715ea686993192546d07133e (diff) |
sfc: Allocate DMA and event rings using GFP_KERNEL
Currently we allocate DMA descriptor rings and event rings using
pci_alloc_consistent() which selects non-blocking behaviour from the
page allocator (GFP_ATOMIC). This is unnecessary, and since we
currently allocate a single contiguous block for each ring (up to 32
pages!) these allocations are likely to fail if there is any
significant memory pressure. Use dma_alloc_coherent() and GFP_KERNEL
instead.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/acpi')
0 files changed, 0 insertions, 0 deletions