Re: [PATCH] Documentation/arch/x86/amd-memory-encryption.rst: Fix typo

From: Randy Dunlap

Date: Mon Jul 06 2026 - 20:04:52 EST




On 7/4/26 5:55 AM, Cédric Hannotier wrote:
> The MSR address has one 0 too many: 0xc00100010 → 0xc0010010.
>
> Signed-off-by: Cédric Hannotier <hannotiercedric@xxxxxxxxx>

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Thanks.

> ---
> Documentation/arch/x86/amd-memory-encryption.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/arch/x86/amd-memory-encryption.rst b/Documentation/arch/x86/amd-memory-encryption.rst
> index bd840df70..92edb26a5 100644
> --- a/Documentation/arch/x86/amd-memory-encryption.rst
> +++ b/Documentation/arch/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_AMD64_SYSCFG) can be used to
> +If support for SME is present, MSR 0xc0010010 (MSR_AMD64_SYSCFG) can be used to
> determine if SME is enabled and/or to enable memory encryption::
>
> 0xc0010010:

--
~Randy