>>> On 15.02.18 at 13:10, <[email protected]> wrote: > --- a/xen/include/asm-x86/cpufeature.h > +++ b/xen/include/asm-x86/cpufeature.h > @@ -93,6 +93,7 @@ > #define cpu_has_avx2 boot_cpu_has(X86_FEATURE_AVX2) > #define cpu_has_smep boot_cpu_has(X86_FEATURE_SMEP) > #define cpu_has_bmi2 boot_cpu_has(X86_FEATURE_BMI2) > +#define cpu_has_invpcid boot_cpu_has(X86_FEATURE_INVPCID) > #define cpu_has_rtm boot_cpu_has(X86_FEATURE_RTM) > #define cpu_has_fpu_sel (!boot_cpu_has(X86_FEATURE_NO_FPU_SEL)) > #define cpu_has_mpx boot_cpu_has(X86_FEATURE_MPX)
Please fold into whatever patch is first using the new macro. Jan _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
