login
Header Space

 
 

__do_IRQ(9)

July 19, 2007 - 1:23am
Submitted by Jeremy on July 19, 2007 - 1:23am.

INDEX

    NAME, SYNOPSIS, ARGUMENTS, DESCRIPTION, AUTHORS, COPYRIGHT

    "__DO_IRQ" "9" "July 2007" "Kernel Hackers Manual 2.6.22" "Internal Functions Provided"

    NAME

    __do_IRQ - original all in one highlevel IRQ handler

    SYNOPSIS

    "unsigned int __do_IRQ(unsigned int " "irq" ");"

    ARGUMENTS

    irq
    the interrupt number

    DESCRIPTION

    __do_IRQ handles all normal device IRQ's (the special SMP cross-CPU interrupts have their own specific handlers).

    This is the original x86 implementation which is used for every interrupt type.

    AUTHORS

    ThomasfR Gleixner <tglx@linutronix.de>
    Author.

    IngofR Molnar <mingo@elte.hu>
    Author.

    COPYRIGHT

speck-geostationary