patch-2.4.1 linux/arch/i386/kernel/io_apic.c
Next file: linux/arch/i386/kernel/pci-irq.c
Previous file: linux/arch/i386/kernel/i387.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sun Jan 21 15:41:47 2001
- Orig file:
v2.4.0/linux/arch/i386/kernel/io_apic.c
- Orig date:
Sun Oct 1 20:35:15 2000
diff -u --recursive --new-file v2.4.0/linux/arch/i386/kernel/io_apic.c linux/arch/i386/kernel/io_apic.c
@@ -253,7 +253,8 @@
* Find a specific PCI IRQ entry.
* Not an __init, possibly needed by modules
*/
-static int __init pin_2_irq(int idx, int apic, int pin);
+static int pin_2_irq(int idx, int apic, int pin);
+
int IO_APIC_get_PCI_irq_vector(int bus, int slot, int pci_pin)
{
int apic, i, best_guess = -1;
@@ -475,7 +476,7 @@
return MPBIOS_trigger(idx);
}
-static int __init pin_2_irq(int idx, int apic, int pin)
+static int pin_2_irq(int idx, int apic, int pin)
{
int irq, i;
int bus = mp_irqs[idx].mpc_srcbus;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)