Re: [PATCH -rt 4/9] ifdef raise_softirq_irqoff wakeup
From: Ingo Molnar <hidden>
Date: 2007-07-30 09:28:18
Also in:
lkml
From: Ingo Molnar <hidden>
Date: 2007-07-30 09:28:18
Also in:
lkml
* Daniel Walker [off-list ref] wrote:
@@ -508,7 +508,9 @@ inline fastcall void raise_softirq_irqof { __do_raise_softirq_irqoff(nr); +#ifdef CONFIG_PREEMPT_SOFTIRQS wakeup_softirqd(nr); +#endif
thanks, applied. People rarely run the -rt kernel just to turn off PREEMPT_RT, that's why this bug was there ;-) Ingo