]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - kernel/softirq.c
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-zesty-kernel.git] / kernel / softirq.c
index c82d95a022ef76b76850bb0d9cefb9caffdb450d..8afc6a8d4d7c53a1b8ad6e07ed5e94018c1393a6 100644 (file)
@@ -375,6 +375,12 @@ void raise_softirq(unsigned int nr)
        local_irq_restore(flags);
 }
 
+void __raise_softirq_irqoff(unsigned int nr)
+{
+       trace_softirq_raise(nr);
+       or_softirq_pending(1UL << nr);
+}
+
 void open_softirq(int nr, void (*action)(struct softirq_action *))
 {
        softirq_vec[nr].action = action;