]> git.baikalelectronics.ru Git - kernel.git/commit
irq_work: Make self-IPIs optable
authorFrederic Weisbecker <fweisbec@gmail.com>
Fri, 19 Oct 2012 20:43:41 +0000 (16:43 -0400)
committerFrederic Weisbecker <fweisbec@gmail.com>
Sun, 18 Nov 2012 00:01:22 +0000 (01:01 +0100)
commitd1c1e4256df118a98c86e448b90403aafd78c899
tree870cf7742a3f26c99e2a4a209dbe4db656d6ad6b
parent021fdec374a550e5dbcb80942cabe68e97e97db9
irq_work: Make self-IPIs optable

On irq work initialization, let the user choose to define it
as "lazy" or not. "Lazy" means that we don't want to send
an IPI (provided the arch can anyway) when we enqueue this
work but we rather prefer to wait for the next timer tick
to execute our work if possible.

This is going to be a benefit for non-urgent enqueuers
(like printk in the future) that may prefer not to raise
an IPI storm in case of frequent enqueuing on short periods
of time.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
include/linux/irq_work.h
kernel/irq_work.c