diff options
author | Jarod Wilson <jwilson@redhat.com> | 2008-03-12 17:43:26 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2008-03-14 00:57:00 +0100 |
commit | bde1709aaa98f5004ab1580842c422be18eb4bc3 (patch) | |
tree | 9c7a3241d88574680911a48e81ce8d6ad252e559 /ipc | |
parent | 6e45ef4c7aeefbf97df748866cd1b24f73b86160 (diff) |
firewire: fw-ohci: use dma_alloc_coherent for ar_buffer
Currently, we do nothing to guarantee we have a consistent DMA buffer for
asynchronous receive packets. Rather than doing several sync's following a
dma_map_single() to get consistent buffers, just switch to using
dma_alloc_coherent().
Resolves constant buffer failures on my own x86_64 laptop w/4GB of RAM and
likely to fix a number of other failures witnessed on x86_64 systems with
4GB of RAM or more.
Signed-off-by: Jarod Wilson <jwilson@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions