|
@@ -145,6 +145,7 @@ extern unsigned long io_apic_irqs;
|
|
|
|
|
|
struct irq_cfg;
|
|
struct irq_cfg;
|
|
extern void ioapic_insert_resources(void);
|
|
extern void ioapic_insert_resources(void);
|
|
|
|
+extern int arch_early_ioapic_init(void);
|
|
|
|
|
|
extern int native_setup_ioapic_entry(int, struct IO_APIC_route_entry *,
|
|
extern int native_setup_ioapic_entry(int, struct IO_APIC_route_entry *,
|
|
unsigned int, int,
|
|
unsigned int, int,
|
|
@@ -248,6 +249,7 @@ extern void print_IO_APICs(void);
|
|
#define io_apic_assign_pci_irqs 0
|
|
#define io_apic_assign_pci_irqs 0
|
|
#define setup_ioapic_ids_from_mpc x86_init_noop
|
|
#define setup_ioapic_ids_from_mpc x86_init_noop
|
|
static inline void ioapic_insert_resources(void) { }
|
|
static inline void ioapic_insert_resources(void) { }
|
|
|
|
+static inline int arch_early_ioapic_init(void) { return 0; }
|
|
static inline void print_IO_APICs(void) {}
|
|
static inline void print_IO_APICs(void) {}
|
|
#define gsi_top (NR_IRQS_LEGACY)
|
|
#define gsi_top (NR_IRQS_LEGACY)
|
|
static inline int mp_find_ioapic(u32 gsi) { return 0; }
|
|
static inline int mp_find_ioapic(u32 gsi) { return 0; }
|