x86/CPUID: correct FEATURESET_7d2 comment
authorJan Beulich <jbeulich@suse.com>
Tue, 1 Mar 2022 09:03:19 +0000 (10:03 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 1 Mar 2022 09:03:19 +0000 (10:03 +0100)
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/xen/lib/x86/cpuid.h

index 50be07c0eba089a587575541e8ae34a09203f522..73a5c330365ea051201fde8db3a486f02769cf15 100644 (file)
@@ -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
 {