>>> On 25.08.16 at 15:37, <konrad.w...@oracle.com> wrote:
> @@ -22,6 +24,12 @@ config X86
>       select NUMA
>       select VGA
>  
> +config ALTERNATIVE
> +     bool
> +
> +config HAS_EX_TABLE
> +     bool

These need to move out of arch/x86/, and the first one's name is
too generic (and should probably also start with HAS_).

> --- a/xen/common/livepatch.c
> +++ b/xen/common/livepatch.c
> @@ -3,6 +3,7 @@
>   *
>   */
>  
> +#include <xen/config.h>
>  #include <xen/cpu.h>
>  #include <xen/elf.h>
>  #include <xen/err.h>

No new explicit inclusions of xen/config.h please.

Jan


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

Reply via email to