1HANDLE_BAD_IRQ(9)         Internal Functions Provided        HANDLE_BAD_IRQ(9)
2
3
4

NAME

6       handle_bad_irq - handle spurious and unhandled irqs
7

SYNOPSIS

9       void handle_bad_irq(unsigned int irq, struct irq_desc * desc);
10

ARGUMENTS

12       irq
13           the interrupt number
14
15       desc
16           description of the interrupt
17

DESCRIPTION

19       Handles spurious and unhandled IRQ´s. It also prints a debugmessage.
20

AUTHORS

22       Thomas Gleixner <tglx@linutronix.de>
23           Author.
24
25       Ingo Molnar <mingo@elte.hu>
26           Author.
27
29Kernel Hackers Manual 2.6.         June 2019                 HANDLE_BAD_IRQ(9)
Impressum