>>> On 11.09.16 at 22:35, <konrad.w...@oracle.com> wrote:
> --- a/xen/include/asm-x86/cpufeature.h
> +++ b/xen/include/asm-x86/cpufeature.h
> @@ -34,6 +34,7 @@ XEN_CPUFEATURE(MFENCE_RDTSC,    (FSCAPINTS+0)*32+ 9) /* 
> MFENCE synchronizes RDTS
>  
>  /* An alias of a feature we know is always going to be present. */
>  #define X86_FEATURE_ALWAYS      X86_FEATURE_LM
> +#define LIVEPATCH_FEATURE       X86_FEATURE_ALWAYS

Didn't an earlier patch introduce asm/livepatch.h? Such a #define
would better go there, if that file already exists.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to