diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2014-09-11 00:49:48 +0200 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2014-09-11 20:11:53 +0200 |
commit | d50582e06fd5a58281151e097ff68b02ca65cf2d (patch) | |
tree | 5f6de6110c13598515adf5d5d6d8a0ae86d858c9 /Documentation | |
parent | xen/arm: reimplement xen_dma_unmap_page & friends (diff) | |
download | linux-d50582e06fd5a58281151e097ff68b02ca65cf2d.tar.xz linux-d50582e06fd5a58281151e097ff68b02ca65cf2d.zip |
xen/arm: remove mach_to_phys rbtree
Remove the rbtree used to keep track of machine to physical mappings:
the frontend can grant the same page multiple times, leading to errors
inserting or removing entries from the mach_to_phys tree.
Linux only needed to know the physical address corresponding to a given
machine address in swiotlb-xen. Now that swiotlb-xen can call the
xen_dma_* functions passing the machine address directly, we can remove
it.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Tested-by: Denis Schneider <v1ne2go@gmail.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions