From b875aa3028fe83a2c8a410c115e94396a8935874 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 14 Oct 2009 15:06:42 +0200 Subject: [PATCH] --- yaml --- r: 169925 b: refs/heads/master c: 7ec13187ef48b04bb7f6dfa266c7271a52d009c2 h: refs/heads/master i: 169923: 3710088793845b7ea7b1b0401b946e283f1cd626 v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/hw_irq.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 69abd1cac853..445d3376ecde 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9338ad6ffb70eca97f335d93c54943828c8b209e +refs/heads/master: 7ec13187ef48b04bb7f6dfa266c7271a52d009c2 diff --git a/trunk/arch/x86/include/asm/hw_irq.h b/trunk/arch/x86/include/asm/hw_irq.h index 56f0877c9329..1984ce9a13d2 100644 --- a/trunk/arch/x86/include/asm/hw_irq.h +++ b/trunk/arch/x86/include/asm/hw_irq.h @@ -102,6 +102,8 @@ struct irq_cfg { extern struct irq_cfg *irq_cfg(unsigned int); extern int assign_irq_vector(int, struct irq_cfg *, const struct cpumask *); extern void send_cleanup_vector(struct irq_cfg *); + +struct irq_desc; extern unsigned int set_desc_affinity(struct irq_desc *, const struct cpumask *); extern int IO_APIC_get_PCI_irq_vector(int bus, int devfn, int pin, struct io_apic_irq_attr *irq_attr); extern void setup_ioapic_dest(void);