irq_work: Don't stop the tick with pending works
authorFrederic Weisbecker <fweisbec@gmail.com>
Wed, 7 Nov 2012 20:03:07 +0000 (21:03 +0100)
committerFrederic Weisbecker <fweisbec@gmail.com>
Sat, 17 Nov 2012 18:30:39 +0000 (19:30 +0100)
commit00b42959106a9ca1c2899e591ae4e9a83ad6af05
tree7dd755a813fe7a7fe635082fc5010eb73725f2fe
parent33a5f6261a61af28f7b4c86f9f958da0f206c914
irq_work: Don't stop the tick with pending works

Don't stop the tick if we have pending irq works on the
queue, otherwise if the arch can't raise self-IPIs, we may not
find an opportunity to execute the pending works for a while.

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
kernel/time/tick-sched.c