mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 17:49:03 +02:00
Xen-swiotlb hooks into the arm/arm64 arch code through a copy of the DMA
DMA mapping operations stored in the struct device arch data.
Switching arm64 to use the direct calls for the merged DMA direct /
swiotlb code broke this scheme. Replace the indirect calls with
direct-calls in xen-swiotlb as well to fix this problem.
Fixes:
|
||
|---|---|---|
| .. | ||
| events.h | ||
| hypercall.h | ||
| hypervisor.h | ||
| interface.h | ||
| page-coherent.h | ||
| page.h | ||
| xen-ops.h | ||