X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Flinux%2Finterrupt.h;h=266a5f5f57cc55aae19d52912cc8836e066e3036;hb=f48fe81e5b032914183e9a17052313720c2cac56;hp=dbf6a6fd116c1d0fec1d7b326a234a6c318936dc;hpb=935bd5b971f0df7c06d214d022cf8392e2f37952;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index dbf6a6f..266a5f5 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -63,10 +63,12 @@ * Bits used by threaded handlers: * IRQTF_RUNTHREAD - signals that the interrupt handler thread should run * IRQTF_DIED - handler thread died + * IRQTF_WARNED - warning "IRQ_WAKE_THREAD w/o thread_fn" has been printed */ enum { IRQTF_RUNTHREAD, IRQTF_DIED, + IRQTF_WARNED, }; typedef irqreturn_t (*irq_handler_t)(int, void *);