diff options
author | Christoph Hellwig <hch@lst.de> | 2019-01-29 08:34:09 +0100 |
---|---|---|
committer | Darren Hart (VMware) <dvhart@infradead.org> | 2019-02-23 09:20:25 -0800 |
commit | fd47a36fba257b91d4a0bdc2f94fe323e8819c2f (patch) | |
tree | df4412966847ad549e180d5eabb1e46337b5e8f3 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 4d9b2864a415fec39150bc13efc730c7eb88711e (diff) |
platform/x86: dell_rbu: stop abusing the DMA API
For some odd reason dell_rbu actually seems to want the physical and
not a bus address for the allocated buffer. Lets assume that actually
is correct given that it is BIOS-related and that is a good source
of insanity. In that case we should not use dma_alloc_coherent with
a NULL device to allocate memory, but use GFP_DMA32 to stay under
the 32-bit BIOS limit.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Stuart Hayes <stuart.w.hayes@gmail.com>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions