From: Clément Sciascia <clement.sciascia@xxxxxxxxxxxx> Fix a typo on the value of MSR_K8_SYSCFG. Signed-off-by: Clément Sciascia <clement.sciascia@xxxxxxxxxxxx> --- Documentation/x86/amd-memory-encryption.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/x86/amd-memory-encryption.rst b/Documentation/x86/amd-memory-encryption.rst index c48d452d0718..54e0d406da83 100644 --- a/Documentation/x86/amd-memory-encryption.rst +++ b/Documentation/x86/amd-memory-encryption.rst @@ -53,7 +53,7 @@ CPUID function 0x8000001f reports information related to SME:: system physical addresses, not guest physical addresses) -If support for SME is present, MSR 0xc00100010 (MSR_K8_SYSCFG) can be used to +If support for SME is present, MSR 0xc0010010 (MSR_K8_SYSCFG) can be used to determine if SME is enabled and/or to enable memory encryption:: 0xc0010010: -- 2.17.1