X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Finterrupt.h;h=8a9613d0c67401c2462df62ee9225bed14d00b53;hb=609862be074cc20e007c640fd936ffe798b41abc;hp=ce2c07d99fc3a54934d140214cd46a0f7542937b;hpb=12fe32e4f942ac5c71a4ab70b039fee65c0dc29d;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index ce2c07d99fc..8a9613d0c67 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -299,6 +299,7 @@ extern void softirq_init(void); #define __raise_softirq_irqoff(nr) do { or_softirq_pending(1UL << (nr)); } while (0) extern void raise_softirq_irqoff(unsigned int nr); extern void raise_softirq(unsigned int nr); +extern void wakeup_softirqd(void); /* This is the worklist that queues up per-cpu softirq work. *