handle_untracked_irq (9) - Linux Manuals
handle_untracked_irq: Simple and software-decoded IRQs.
NAME
handle_untracked_irq - Simple and software-decoded IRQs.
SYNOPSIS
-
void handle_untracked_irq(struct irq_desc
* desc);
ARGUMENTS
desc
-
- the interrupt description structure for this irq
DESCRIPTION
Untracked interrupts are sent from a demultiplexing interrupt handler when the demultiplexer does not know which device it its multiplexed irq domain generated the interrupt. IRQ's handled through here are not subjected to stats tracking, randomness, or spurious interrupt detection.
NOTE
Like handle_simple_irq, the caller is expected to handle the ack, clear, mask and unmask issues if necessary.
AUTHORS
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
Ingo Molnar <mingo [at] elte.hu>
- Author.
COPYRIGHT