diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-07-03 18:16:38 (GMT) |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-04-10 00:19:20 (GMT) |
commit | 0be6e65c2f57d62663e4df7a516686aa421f5f89 (patch) | |
tree | 21677e109101d7beb90573dfc397e3dbb20c6217 /include/linux/interrupt.h | |
parent | 086eb6f6bfee117803e858278dec495424bcefc1 (diff) | |
download | linux-fsl-qoriq-0be6e65c2f57d62663e4df7a516686aa421f5f89.tar.xz |
softirq: Sanitize softirq pending for NOHZ/RT
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/interrupt.h')
-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 9fadfa2..674d90e 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -387,6 +387,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 |