Hi Fengguang, On Tue, Aug 29, 2017 at 7:38 PM, kbuild test robot <fengguang.wu@xxxxxxxxx> wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git topic/r8a7794-smp-v2 > head: 28ff1a758639895fd5cea127ba16f92ff3f30628 > commit: 0cc5e107f08f1835b8fcd6bddf91a7259a7298ae [2/3] ARM: shmobile: rcar-gen2: Make sure CNTVOFF is initialized on CA7/15 > config: arm-allmodconfig (attached as .config) > compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 > reproduce: > wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 0cc5e107f08f1835b8fcd6bddf91a7259a7298ae > # save the attached .config to linux build tree > make.cross ARCH=arm > > All errors (new ones prefixed by >>): > > arch/arm/mach-shmobile/headsmp-apmu.S: Assembler messages: >>> arch/arm/mach-shmobile/headsmp-apmu.S:24: Error: selected processor does not support `isb' in ARM mode > arch/arm/mach-shmobile/headsmp-apmu.S:27: Error: selected processor does not support `isb' in ARM mode > arch/arm/mach-shmobile/headsmp-apmu.S:29: Error: selected processor does not support `isb' in ARM mode Thank you! For compatibility with arm v6 builds (e.g. allmodconfig), "isb" should be replaced by "instr_sync". Will fix. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds