HANDLE_IRQ_EVENT

Section: Internal Functions Provided (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

handle_IRQ_event - irq action chain handler  

SYNOPSIS

irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction * action);
 

ARGUMENTS

irq

the interrupt number

action

the interrupt action chain for this irq
 

DESCRIPTION

Handles the action chain of an irq event  

AUTHORS

Thomas Gleixner <tglx@linutronix.de>

Author.

Ingo Molnar <mingo@elte.hu>

Author.
 

COPYRIGHT