On Wed, 20 Dec 2017, Thomas Gleixner wrote: > +++ b/arch/x86/mm/cpu_entry_area.c > @@ -0,0 +1,102 @@ > +// SPDX-License-Identifier: GPL-2.0 > +
Lacks an
#include <linux/spinlock.h> as 0-day noticed....
> +#include <linux/percpu.h>
> +#include <asm/cpu_entry_area.h>
> +#include <asm/pgtable.h>
> +#include <asm/fixmap.h>
> +#include <asm/desc.h>
Thanks,
tglx

