On 10/14/2013 04:54 PM, Guenter Roeck wrote:
Hi Greg, one of the arc patches is causing a build error in 3.10-stable-queue. Building arc:defconfig ... failed -------------- Error log: arch/arc/kernel/irq.c: In function 'arc_init_IRQ': arch/arc/kernel/irq.c:34: error: '_int_vec_base_lds' undeclared (first use in this function) arch/arc/kernel/irq.c:34: error: (Each undeclared identifier is reported only once arch/arc/kernel/irq.c:34: error: for each function it appears in.) make[2]: *** [arch/arc/kernel/irq.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [arch/arc/kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [arch/arc] Error 2 make: *** Waiting for unfinished jobs.... Not surprising, as _int_vec_base_lds is only declared and used in assembler code. I suspect some patch may be missing, though the arc maintainers should know better than me. Build log: http://server.roeck-us.net:8010/builders/stable-queue-arc-3.10/builds/50/steps/buildcommand/logs/stdio
Spent a couple of minutes bisecting .. first failing commit is 'ARC: SMP failed to boot due to missing IVT setup'. Guenter -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html