On 16.01.2014 02:58, Steven Rostedt wrote: ... > Please scream at me if I messed something up. Please test the patches too. > Hi Steven, i just tried the incremental patch on our kernel and it applied without problems. But when I try to build it with only "Basic RT" configured, I get this error message: kernel/softirq.c: In function 'invoke_softirq': kernel/softirq.c:626:2: error: 'else' without a previous 'if' The source code before that line currently looks like this #ifndef CONFIG_PREEMPT_RT_FULL if (!force_irqthreads) lockdep_softirq_from_hardirq(); __do_softirq(); else { Is one of the lines in the wrong place or is it just missing brackets? Best regards Rolf -- 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