diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2015-06-15 17:49:59 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-06-18 07:16:02 +1000 |
commit | b5926430dfa07d17e5d768c16b0d81c13a793f7c (patch) | |
tree | d7c708805c99ec3aa116d0932934b62989ffeadd /arch/powerpc/include/uapi | |
parent | cdf2bc1c283066d6f0834cc5dd4fcf5d01e44af9 (diff) | |
download | blackbird-obmc-linux-b5926430dfa07d17e5d768c16b0d81c13a793f7c.tar.gz blackbird-obmc-linux-b5926430dfa07d17e5d768c16b0d81c13a793f7c.zip |
powerpc/iommu/ioda2: Enable compile with IOV=on and IOMMU_API=off
The pnv_pci_ioda2_unset_window() function is used to do the final
cleanup of a DMA window being released:
- via VFIO ioctl by the guest request;
- via unplugging a virtual PCI function.
However the function was under #ifdef CONFIG_IOMMU_API and was missing.
This moves the helper outside of IOMMU_API block and enables it
for either or both IOMMU_API and PCI_IOV.
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/uapi')
0 files changed, 0 insertions, 0 deletions