Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branch
authorIngo Molnar <mingo@kernel.org>
Tue, 11 Apr 2017 06:49:31 +0000 (08:49 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 11 Apr 2017 06:49:31 +0000 (08:49 +0200)
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>
1  2 
arch/x86/kernel/cpu/centaur.c
arch/x86/mm/kasan_init_64.c
arch/x86/xen/mmu.c

@@@ -1,9 -1,8 +1,9 @@@
  
  #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>
  
@@@ -4,9 -4,9 +4,10 @@@
  #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>
  
Simple merge