void __init intr_init_hook ( void);
Fill in any interrupts that may have been left out by the general init_IRQ routine. interrupts having to do with the machine rather than the devices on the I/O bus (like APIC interrupts in intel MP systems) are started here.
Fill in any interrupts that may have been left out by the general init_IRQ routine. interrupts having to do with the machine rather than the devices on the I/O bus (like APIC interrupts in intel MP systems) are started here.