On Fri, 17 Jan 2014 14:01:04 +0100 Rolf Peukert <rolf.peukert@xxxxxxx> wrote: > 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? Looks to be missing brackets. Thanks for reporting this. This was probably a bad merge. I'll fix this up and do an official release of 3.2.53-rt76. I guess I should test that config too. :-/ Thanks, -- Steve -- 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