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

NAME

6       __do_IRQ - original all in one highlevel IRQ handler
7

SYNOPSIS

9       unsigned int __do_IRQ(unsigned int irq);
10

ARGUMENTS

12       irq
13           the interrupt number
14

DESCRIPTION

16       __do_IRQ handles all normal device IRQ´s (the special SMP cross-CPU
17       interrupts have their own specific handlers).
18
19       This is the original x86 implementation which is used for every
20       interrupt type.
21

AUTHORS

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