From e0a514d2f4b2fcb51835aa9a9b02653b491a61fc Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 1 Mar 2022 10:03:19 +0100 Subject: [PATCH] x86/CPUID: correct FEATURESET_7d2 comment Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper --- xen/include/xen/lib/x86/cpuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/xen/lib/x86/cpuid.h b/xen/include/xen/lib/x86/cpuid.h index 50be07c0eb..73a5c33036 100644 --- a/xen/include/xen/lib/x86/cpuid.h +++ b/xen/include/xen/lib/x86/cpuid.h @@ -17,7 +17,7 @@ #define FEATURESET_7a1 10 /* 0x00000007:1.eax */ #define FEATURESET_e21a 11 /* 0x80000021.eax */ #define FEATURESET_7b1 12 /* 0x00000007:1.ebx */ -#define FEATURESET_7d2 13 /* 0x80000007:2.edx */ +#define FEATURESET_7d2 13 /* 0x00000007:2.edx */ struct cpuid_leaf { -- 2.30.2