From: Jan Beulich Date: Tue, 1 Mar 2022 09:03:19 +0000 (+0100) Subject: x86/CPUID: correct FEATURESET_7d2 comment X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~879 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e0a514d2f4b2fcb51835aa9a9b02653b491a61fc;p=xen.git x86/CPUID: correct FEATURESET_7d2 comment Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper --- 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 {