diff options
author | Jianlin Li <ljianlin99@gmail.com> | 2023-09-23 15:13:45 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2023-09-24 10:47:35 +0200 |
commit | c53cbc54ccffcd1f436f29456d8a8c9addb29c2b (patch) | |
tree | 74ffa58499689a4cce0d9a62748f545b212b776e /Documentation/arch | |
parent | bad0524e242012ec626c766f4ea2d8e4d67347be (diff) |
x86/iommu/docs: Update AMD IOMMU specification document URL
The previous link to the AMD IOMMU specification is no longer available,
replace it with the latest one.
Signed-off-by: Jianlin Li <ljianlin99@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230923071344.540894-1-ljianlin99@gmail.com
Diffstat (limited to 'Documentation/arch')
-rw-r--r-- | Documentation/arch/x86/iommu.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arch/x86/iommu.rst b/Documentation/arch/x86/iommu.rst index 42c7a6faa39a..41fbadfe2221 100644 --- a/Documentation/arch/x86/iommu.rst +++ b/Documentation/arch/x86/iommu.rst @@ -5,7 +5,7 @@ x86 IOMMU Support The architecture specs can be obtained from the below locations. - Intel: http://www.intel.com/content/dam/www/public/us/en/documents/product-specifications/vt-directed-io-spec.pdf -- AMD: https://www.amd.com/system/files/TechDocs/48882_IOMMU.pdf +- AMD: https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/specifications/48882_3_07_PUB.pdf This guide gives a quick cheat sheet for some basic understanding. |