]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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

index adc0ebd8bed0e17be1716f3fb7c3eab51b7fa0c4,0e150d6dc64c42097b38401bde0fb927e126860c..106bd3318121ae8a57758b1e4ca57606a6d87e93
@@@ -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>
  
index 8d63d7a104c3c445805dcf24a59fff2756a17b01,7d02845ec456784f962302401d322ce5d17d43ca..66d20174e35f5222a29be27553a78c54b257ca88
@@@ -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