Re: [RFC PATCH 4/9] irq_work: Let the arch tell us about self-IPI support

2012-10-29 Thread Frederic Weisbecker
2012/10/29 Steven Rostedt : > On Mon, 2012-10-29 at 14:28 +0100, Frederic Weisbecker wrote: >> This prepares us to make printk working on nohz CPUs >> using irq work. > > -ENOTENOUGHINFO > > Please state how this prepares printk for nohz CPUS using irq_work. RIght, I'll add the details in the

Re: [RFC PATCH 4/9] irq_work: Let the arch tell us about self-IPI support

2012-10-29 Thread Steven Rostedt
On Mon, 2012-10-29 at 14:28 +0100, Frederic Weisbecker wrote: > This prepares us to make printk working on nohz CPUs > using irq work. -ENOTENOUGHINFO Please state how this prepares printk for nohz CPUS using irq_work. Thanks, -- Steve > > Signed-off-by: Frederic Weisbecker > Cc: Peter

[RFC PATCH 4/9] irq_work: Let the arch tell us about self-IPI support

2012-10-29 Thread Frederic Weisbecker
This prepares us to make printk working on nohz CPUs using irq work. Signed-off-by: Frederic Weisbecker Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Andrew Morton Cc: Steven Rostedt Cc: Paul Gortmaker --- arch/alpha/include/asm/irq_work.h |5 -

Re: [RFC PATCH 4/9] irq_work: Let the arch tell us about self-IPI support

2012-10-29 Thread Frederic Weisbecker
2012/10/29 Steven Rostedt rost...@goodmis.org: On Mon, 2012-10-29 at 14:28 +0100, Frederic Weisbecker wrote: This prepares us to make printk working on nohz CPUs using irq work. -ENOTENOUGHINFO Please state how this prepares printk for nohz CPUS using irq_work. RIght, I'll add the details

[RFC PATCH 4/9] irq_work: Let the arch tell us about self-IPI support

2012-10-29 Thread Frederic Weisbecker
This prepares us to make printk working on nohz CPUs using irq work. Signed-off-by: Frederic Weisbecker fweis...@gmail.com Cc: Peter Zijlstra pet...@infradead.org Cc: Thomas Gleixner t...@linutronix.de Cc: Ingo Molnar mi...@kernel.org Cc: Andrew Morton a...@linux-foundation.org Cc: Steven Rostedt

Re: [RFC PATCH 4/9] irq_work: Let the arch tell us about self-IPI support

2012-10-29 Thread Steven Rostedt
On Mon, 2012-10-29 at 14:28 +0100, Frederic Weisbecker wrote: This prepares us to make printk working on nohz CPUs using irq work. -ENOTENOUGHINFO Please state how this prepares printk for nohz CPUS using irq_work. Thanks, -- Steve Signed-off-by: Frederic Weisbecker fweis...@gmail.com