>Hosts the 0x221E linux distro kernel.
https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-rolling-lts2024-07-09T10:08:17Zdocs: iommu: Remove outdated Documentation/userspace-api/iommu.rst2024-07-09T10:08:17ZMark-PK Tsaimark-pk.tsai@mediatek.com2024-07-02T12:05:39Zurn:sha1:228159802bcebd95438b54b0bd7c97798582178b
The Documentation/userspace-api/iommu.rst file has become outdated due
to the removal of associated structures and APIs.
Specifically, struct such as iommu_cache_invalidate_info and guest
pasid related uapi were removed in commit 0c9f17877891 ("iommu:
Remove guest pasid related interfaces and definitions").
And the corresponding uapi/linux/iommu.h file was removed in
commit 00a9bc607043 ("iommu: Move iommu fault data to
linux/iommu.h").
Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com>
Reviewed-by: Lu Baolu <baolu.lu@linux.intel.com>
Link: https://lore.kernel.org/r/20240702120617.26882-1-mark-pk.tsai@mediatek.com
[will: Remove stale reference to 'iommu' from index.rst]
Signed-off-by: Will Deacon <will@kernel.org>