Skip to content

Commit

Permalink
x86: io_apic: Fix CONFIG_X86_IO_APIC=n breakage
Browse files Browse the repository at this point in the history
Stupid me forgot to change the function name for the
CONFIG_X86_IO_APIC=n case in commit 23f9b26 (x86: apic: Move
probe_nr_irqs_gsi() into ioapic_init_mappings())

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Oct 24, 2010
1 parent 23f9b26 commit 7fb2b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/include/asm/io_apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ extern void __init pre_init_apic_IRQ0(void);
#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_init_mappings(void) { }
static inline void ioapic_and_gsi_init(void) { }
static inline void ioapic_insert_resources(void) { }
#define gsi_top (NR_IRQS_LEGACY)
static inline int mp_find_ioapic(u32 gsi) { return 0; }
Expand Down

0 comments on commit 7fb2b87

Please sign in to comment.