summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorFrederic Weisbecker2012-10-19 22:43:41 +0200
committerFrederic Weisbecker2012-11-18 01:01:22 +0100
commitbc6679aef673f9dcb8f718528fc3df49ff661af9 (patch)
tree870cf7742a3f26c99e2a4a209dbe4db656d6ad6b /init/Kconfig
parentirq_work: Warn if there's still work on cpu_down (diff)
downloadkernel-qcow2-linux-bc6679aef673f9dcb8f718528fc3df49ff661af9.tar.gz
kernel-qcow2-linux-bc6679aef673f9dcb8f718528fc3df49ff661af9.tar.xz
kernel-qcow2-linux-bc6679aef673f9dcb8f718528fc3df49ff661af9.zip
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>
Diffstat (limited to 'init/Kconfig')
0 files changed, 0 insertions, 0 deletions