include\linux\irq.h
static
inline
void
irq_set_thread(unsigned
int
irq)
{
irq_modify_status(irq, IRQ_NOTHREAD, 0);
}