tree: git://git.cmpxchg.org/linux-mmotm.git master head: 8de9dd3fdad241e5d496c77bb8a3e380d0dd8e66 commit: e6abc82473603a38c2c2499a611f044a604db4dc [138/157] treewide-decouple-cacheflushh-and-set_memoryh-fix-fix-fix-fix-fix-fix config: xtensa-allyesconfig (attached as .config) compiler: xtensa-linux-gcc (GCC) 4.9.0 reproduce: wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout e6abc82473603a38c2c2499a611f044a604db4dc # save the attached .config to linux build tree make.cross ARCH=xtensa All errors (new ones prefixed by >>): >> sound/pci/intel8x0.c:43:28: fatal error: asm/set_memory.h: No such file or directory #include <asm/set_memory.h> ^ compilation terminated. vim +43 sound/pci/intel8x0.c 37 #include <sound/pcm.h> 38 #include <sound/ac97_codec.h> 39 #include <sound/info.h> 40 #include <sound/initval.h> 41 /* for 440MX workaround */ 42 #include <asm/pgtable.h> > 43 #include <asm/set_memory.h> 44 #include <asm/cacheflush.h> 45 46 MODULE_AUTHOR("Jaroslav Kysela <perex@xxxxxxxx>"); --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip