|
@@ -112,13 +112,6 @@ extern int nr_ioapic_registers[MAX_IO_APICS];
|
|
|
|
|
|
#define MP_MAX_IOAPIC_PIN 127
|
|
#define MP_MAX_IOAPIC_PIN 127
|
|
|
|
|
|
-struct mp_ioapic_routing {
|
|
|
|
- int apic_id;
|
|
|
|
- int gsi_base;
|
|
|
|
- int gsi_end;
|
|
|
|
- DECLARE_BITMAP(pin_programmed, MP_MAX_IOAPIC_PIN + 1);
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
/* I/O APIC entries */
|
|
/* I/O APIC entries */
|
|
extern struct mpc_config_ioapic mp_ioapics[MAX_IO_APICS];
|
|
extern struct mpc_config_ioapic mp_ioapics[MAX_IO_APICS];
|
|
|
|
|