Loading arch/x86/kernel/io_apic_32.c +6 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,12 @@ struct mp_config_intsrc mp_irqs[MAX_IRQ_SOURCES]; /* # of MP IRQ source entries */ int mp_irq_entries; #if defined (CONFIG_MCA) || defined (CONFIG_EISA) int mp_bus_id_to_type[MAX_MP_BUSSES]; #endif DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); static int disable_timer_pin_1 __initdata; /* Loading arch/x86/kernel/io_apic_64.c +2 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,8 @@ struct mp_config_intsrc mp_irqs[MAX_IRQ_SOURCES]; /* # of MP IRQ source entries */ int mp_irq_entries; DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); /* * Rough estimation of how many shared IRQs there are, can * be changed anytime. Loading arch/x86/kernel/mpparse.c +0 −10 Original line number Diff line number Diff line Loading @@ -32,16 +32,6 @@ #include <mach_mpparse.h> #endif /* * Various Linux-internal data structures created from the * MP-table. */ #if defined (CONFIG_MCA) || defined (CONFIG_EISA) int mp_bus_id_to_type[MAX_MP_BUSSES]; #endif DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); /* * Checksum an MP configuration block. */ Loading Loading
arch/x86/kernel/io_apic_32.c +6 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,12 @@ struct mp_config_intsrc mp_irqs[MAX_IRQ_SOURCES]; /* # of MP IRQ source entries */ int mp_irq_entries; #if defined (CONFIG_MCA) || defined (CONFIG_EISA) int mp_bus_id_to_type[MAX_MP_BUSSES]; #endif DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); static int disable_timer_pin_1 __initdata; /* Loading
arch/x86/kernel/io_apic_64.c +2 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,8 @@ struct mp_config_intsrc mp_irqs[MAX_IRQ_SOURCES]; /* # of MP IRQ source entries */ int mp_irq_entries; DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); /* * Rough estimation of how many shared IRQs there are, can * be changed anytime. Loading
arch/x86/kernel/mpparse.c +0 −10 Original line number Diff line number Diff line Loading @@ -32,16 +32,6 @@ #include <mach_mpparse.h> #endif /* * Various Linux-internal data structures created from the * MP-table. */ #if defined (CONFIG_MCA) || defined (CONFIG_EISA) int mp_bus_id_to_type[MAX_MP_BUSSES]; #endif DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); /* * Checksum an MP configuration block. */ Loading