Re: [PATCH RFC] irq_work: Warn if there's still work on cpu_down

2012-11-15 Thread Steven Rostedt
On Thu, 2012-11-15 at 19:12 +0100, Frederic Weisbecker wrote: > 2012/11/15 Steven Rostedt : > > If we are in nohz and there's still irq_work to be done when the idle > > task is about to go offline. Give a nasty warning. > > > > Signed-off-by: Steven Rostedt > > > > Index: linux-rt.git/kernel/irq_

Re: [PATCH RFC] irq_work: Warn if there's still work on cpu_down

2012-11-15 Thread Frederic Weisbecker
2012/11/15 Steven Rostedt : > If we are in nohz and there's still irq_work to be done when the idle > task is about to go offline. Give a nasty warning. > > Signed-off-by: Steven Rostedt > > Index: linux-rt.git/kernel/irq_work.c > ===

[PATCH RFC] irq_work: Warn if there's still work on cpu_down

2012-11-15 Thread Steven Rostedt
If we are in nohz and there's still irq_work to be done when the idle task is about to go offline. Give a nasty warning. Signed-off-by: Steven Rostedt Index: linux-rt.git/kernel/irq_work.c === --- linux-rt.git.orig/kernel/irq_work.c