|
@@ -159,7 +159,7 @@ struct io_apic_irq_attr;
|
|
|
extern int io_apic_set_pci_routing(struct device *dev, int irq,
|
|
|
struct io_apic_irq_attr *irq_attr);
|
|
|
void setup_IO_APIC_irq_extra(u32 gsi);
|
|
|
-extern void ioapic_init_mappings(void);
|
|
|
+extern void ioapic_and_gsi_init(void);
|
|
|
extern void ioapic_insert_resources(void);
|
|
|
|
|
|
extern struct IO_APIC_route_entry **alloc_ioapic_entries(void);
|
|
@@ -168,8 +168,6 @@ extern int save_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries);
|
|
|
extern void mask_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries);
|
|
|
extern int restore_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries);
|
|
|
|
|
|
-extern void probe_nr_irqs_gsi(void);
|
|
|
-
|
|
|
extern void setup_ioapic_ids_from_mpc(void);
|
|
|
|
|
|
struct mp_ioapic_gsi{
|
|
@@ -190,7 +188,6 @@ extern void __init pre_init_apic_IRQ0(void);
|
|
|
static const int timer_through_8259 = 0;
|
|
|
static inline void ioapic_init_mappings(void) { }
|
|
|
static inline void ioapic_insert_resources(void) { }
|
|
|
-static inline void probe_nr_irqs_gsi(void) { }
|
|
|
#define gsi_top (NR_IRQS_LEGACY)
|
|
|
static inline int mp_find_ioapic(u32 gsi) { return 0; }
|
|
|
|