diff options
author | 2023-09-22 16:25:47 +0800 | |
---|---|---|
committer | 2023-09-22 11:29:23 +0200 | |
commit | bad0524e242012ec626c766f4ea2d8e4d67347be (patch) | |
tree | d31489254131e131ab8d3ee2198463c9f8177bbc | |
parent | x86/mm: Move arch_memory_failure() and arch_is_platform_page() definitions from <asm/processor.h> to <asm/pgtable.h> (diff) | |
download | wireguard-linux-bad0524e242012ec626c766f4ea2d8e4d67347be.tar.xz wireguard-linux-bad0524e242012ec626c766f4ea2d8e4d67347be.zip |
x86/sev/docs: Update document URL in amd-memory-encryption.rst
The previous link to AMD programmer's manual is no longer available,
replace it with the new one.
Signed-off-by: Jianlin Li <ljianlin99@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230922082547.522689-1-ljianlin99@gmail.com
-rw-r--r-- | Documentation/arch/x86/amd-memory-encryption.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arch/x86/amd-memory-encryption.rst b/Documentation/arch/x86/amd-memory-encryption.rst index 934310ce7258..07caa8fff852 100644 --- a/Documentation/arch/x86/amd-memory-encryption.rst +++ b/Documentation/arch/x86/amd-memory-encryption.rst @@ -130,4 +130,4 @@ SNP feature support. More details in AMD64 APM[1] Vol 2: 15.34.10 SEV_STATUS MSR -[1] https://www.amd.com/system/files/TechDocs/40332.pdf +[1] https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-references/24593.pdf |