diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-07-03 13:16:38 -0500 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-04-13 11:01:38 -0500 |
commit | 098a103222e031e4f4d5142a02a153f9caaabfeb (patch) | |
tree | 170b31476419fbf5d0cf8de416e736396d016f2c /include | |
parent | 1a1006e17c2531fa9996571dd51cb6ddf8899779 (diff) |
softirq: Sanitize softirq pending for NOHZ/RT
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/interrupt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 9027bde3c0a3..d3b172771830 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -464,6 +464,8 @@ extern void __raise_softirq_irqoff(unsigned int nr); extern void raise_softirq_irqoff(unsigned int nr); extern void raise_softirq(unsigned int nr); +extern void softirq_check_pending_idle(void); + /* This is the worklist that queues up per-cpu softirq work. * * send_remote_sendirq() adds work to these lists, and |