This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-i386 / io_apic.h
index 002c203..a387a7f 100644 (file)
@@ -53,6 +53,8 @@ static inline void end_edge_ioapic_irq (unsigned int irq) { }
 #define end_edge_ioapic        end_edge_ioapic_irq
 #endif
 
+#define APIC_MISMATCH_DEBUG
+
 #define IO_APIC_BASE(idx) \
                ((volatile int *)(__fix_to_virt(FIX_IO_APIC_BASE_0 + idx) \
                + (mp_ioapics[idx].mpc_apicaddr & ~PAGE_MASK)))
@@ -193,7 +195,7 @@ extern int skip_ioapic_setup;
  * If we use the IO-APIC for IRQ routing, disable automatic
  * assignment of PCI IRQ's.
  */
-#define io_apic_assign_pci_irqs (mp_irq_entries && !skip_ioapic_setup && io_apic_irqs)
+#define io_apic_assign_pci_irqs (mp_irq_entries && !skip_ioapic_setup)
 
 #ifdef CONFIG_ACPI_BOOT
 extern int io_apic_get_unique_id (int ioapic, int apic_id);
@@ -202,8 +204,6 @@ extern int io_apic_get_redir_entries (int ioapic);
 extern int io_apic_set_pci_routing (int ioapic, int pin, int irq, int edge_level, int active_high_low);
 #endif /*CONFIG_ACPI_BOOT*/
 
-extern int (*ioapic_renumber_irq)(int ioapic, int irq);
-
 #else  /* !CONFIG_X86_IO_APIC */
 #define io_apic_assign_pci_irqs 0
 #endif