* matthew henschel | 2013-08-09 18:46:15 [+0000]: >probably a simple fix: >[output snipped] > LD vmlinux.o > MODPOST vmlinux.o > GEN .version > CHK include/generated/compile.h > UPD include/generated/compile.h > CC init/version.o > LD init/built-in.o >kernel/built-in.o: In function `__tick_nohz_idle_enter': >tick-sched.c:(.text+0x40db8): undefined reference to >`softirq_check_pending_idle' >make: *** [vmlinux] Error 1 >Exit 2 Can you clean your tree and recompile? There seems to be something out of sync. Both __tick_nohz_idle_enter() and softirq_check_pending_idle() are behind CONFIG_NO_HZ_COMMON so it is unlikely that in a normal build you have one symbol but not the other. I took your config file, removed radeon/R200_cp.bin from it and it built without a problem. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html