From 45b67b7ae41aee63872e5aa082f73136cac18022 Mon Sep 17 00:00:00 2001 From: Jacob Pan Date: Tue, 23 Feb 2010 10:43:58 -0800 Subject: [PATCH] --- yaml --- r: 186963 b: refs/heads/master c: 4966e1affb45c5fc402969e10e979407b972a7df h: refs/heads/master i: 186961: 8e48325e2d7dd85e7e09121f0b0772d2d86117d0 186959: d3a47eb29d33a8e046aaabe44e034f9a5d5b5864 v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/io_apic.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e12e471f3429..a30fe0318f70 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 05ddafb17ad1a73c8bc333cb328bad46513e85e7 +refs/heads/master: 4966e1affb45c5fc402969e10e979407b972a7df diff --git a/trunk/arch/x86/include/asm/io_apic.h b/trunk/arch/x86/include/asm/io_apic.h index 99a416ed16b7..35832a03a515 100644 --- a/trunk/arch/x86/include/asm/io_apic.h +++ b/trunk/arch/x86/include/asm/io_apic.h @@ -197,7 +197,11 @@ static const int timer_through_8259 = 0; static inline void ioapic_init_mappings(void) { } static inline void ioapic_insert_resources(void) { } static inline void probe_nr_irqs_gsi(void) { } +static inline int mp_find_ioapic(int gsi) { return 0; } +struct io_apic_irq_attr; +static inline int io_apic_set_pci_routing(struct device *dev, int irq, + struct io_apic_irq_attr *irq_attr) { return 0; } #endif #endif /* _ASM_X86_IO_APIC_H */