[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <201710192342.3Qmh1jLc%fengguang.wu@intel.com>
Date: Thu, 19 Oct 2017 23:21:45 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Arnd Bergmann <arnd@...db.de>
Cc: kbuild-all@...org, linux-kernel@...r.kernel.org,
tipbuild@...or.com, Thomas Gleixner <tglx@...utronix.de>
Subject: [tip:x86/timers 10/11] drivers//iommu/dmar.c:44:26: fatal error:
asm/x86_init.h: No such file or directory
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/timers
head: d240e4b79fedad1346796b045286fad5ca70ada9
commit: 0f5a0f4f062cc19090a87f9eb8cb79c7c2e4db19 [10/11] x86: Don't include asm/x86_init.h in asm/setup.h
config: ia64-defconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 6.2.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout 0f5a0f4f062cc19090a87f9eb8cb79c7c2e4db19
# save the attached .config to linux build tree
make.cross ARCH=ia64
All errors (new ones prefixed by >>):
>> drivers//iommu/dmar.c:44:26: fatal error: asm/x86_init.h: No such file or directory
#include <asm/x86_init.h>
^
compilation terminated.
vim +44 drivers//iommu/dmar.c
30
31 #include <linux/pci.h>
32 #include <linux/dmar.h>
33 #include <linux/iova.h>
34 #include <linux/intel-iommu.h>
35 #include <linux/timer.h>
36 #include <linux/irq.h>
37 #include <linux/interrupt.h>
38 #include <linux/tboot.h>
39 #include <linux/dmi.h>
40 #include <linux/slab.h>
41 #include <linux/iommu.h>
42 #include <asm/irq_remapping.h>
43 #include <asm/iommu_table.h>
> 44 #include <asm/x86_init.h>
45
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (18885 bytes)
Powered by blists - more mailing lists