The E820 rework in WIP.x86/boot has gone through a couple of weeks
of exposure in -tip, merge it in a wider fashion.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
#include <linux/sched.h>
+#include <linux/sched/clock.h>
#include <asm/cpufeature.h>
- #include <asm/e820.h>
+ #include <asm/e820/api.h>
#include <asm/mtrr.h>
#include <asm/msr.h>
#include <linux/kdebug.h>
#include <linux/mm.h>
#include <linux/sched.h>
+#include <linux/sched/task.h>
#include <linux/vmalloc.h>
+ #include <asm/e820/types.h>
#include <asm/tlbflush.h>
#include <asm/sections.h>