|
@@ -130,9 +130,6 @@ extern int noioapicquirk;
|
|
|
/* -1 if "noapic" boot option passed */
|
|
|
extern int noioapicreroute;
|
|
|
|
|
|
-/* 1 if the timer IRQ uses the '8259A Virtual Wire' mode */
|
|
|
-extern int timer_through_8259;
|
|
|
-
|
|
|
/*
|
|
|
* If we use the IO-APIC for IRQ routing, disable automatic
|
|
|
* assignment of PCI IRQ's.
|
|
@@ -212,7 +209,6 @@ extern void io_apic_eoi(unsigned int apic, unsigned int vector);
|
|
|
|
|
|
#define io_apic_assign_pci_irqs 0
|
|
|
#define setup_ioapic_ids_from_mpc x86_init_noop
|
|
|
-static const int timer_through_8259 = 0;
|
|
|
static inline void ioapic_insert_resources(void) { }
|
|
|
#define gsi_top (NR_IRQS_LEGACY)
|
|
|
static inline int mp_find_ioapic(u32 gsi) { return 0; }
|