aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2009-02-09 15:05:48 -0500
committerJeremy Fitzhardinge <jeremy@goop.org>2009-02-09 17:04:56 -0500
commitbf56957d176c279175464f385f3eb03d65819328 (patch)
tree5f507179b774101f884c604c853f8864226a88b1
parentca97ab90164c7b978abf9d82dc82d6dc2cbac4a0 (diff)
xen: expose enable_IO_APIC for 32-bit
enable_IO_APIC() is defined for both 32- and 64-bit x86, so it should be declared for both. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
-rw-r--r--arch/x86/include/asm/hw_irq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h
index 1b82781b898d..370e1c83bb49 100644
--- a/arch/x86/include/asm/hw_irq.h
+++ b/arch/x86/include/asm/hw_irq.h
@@ -65,9 +65,7 @@ extern void disable_IO_APIC(void);
65extern int IO_APIC_get_PCI_irq_vector(int bus, int slot, int fn); 65extern int IO_APIC_get_PCI_irq_vector(int bus, int slot, int fn);
66extern void setup_ioapic_dest(void); 66extern void setup_ioapic_dest(void);
67 67
68#ifdef CONFIG_X86_64
69extern void enable_IO_APIC(void); 68extern void enable_IO_APIC(void);
70#endif
71 69
72/* Statistics */ 70/* Statistics */
73extern atomic_t irq_err_count; 71extern atomic_t irq_err_count;