aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/io_apic.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-12-15 11:59:00 +0000
committerKeir Fraser <keir@xen.org>2010-12-15 11:59:00 +0000
commit18a803be99a6bda4a5642a8191aa028968d40b0c (patch)
treed2baa9839725bb5a69fed8c607ea2ef906badd68 /xen/include/asm-x86/io_apic.h
parent1f87cbc575c2465a4ef76da976bf31786aaa0a0e (diff)
downloadxen-18a803be99a6bda4a5642a8191aa028968d40b0c.tar.gz
xen-18a803be99a6bda4a5642a8191aa028968d40b0c.tar.bz2
xen-18a803be99a6bda4a5642a8191aa028968d40b0c.zip
x86: adjust other interrupt related section placement
... and remove some variables the value of which is never used altogether. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/include/asm-x86/io_apic.h')
-rw-r--r--xen/include/asm-x86/io_apic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/asm-x86/io_apic.h b/xen/include/asm-x86/io_apic.h
index fcbb557325..07991aac74 100644
--- a/xen/include/asm-x86/io_apic.h
+++ b/xen/include/asm-x86/io_apic.h
@@ -190,7 +190,6 @@ extern int io_apic_get_unique_id (int ioapic, int apic_id);
extern int io_apic_get_version (int ioapic);
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);
-extern int timer_uses_ioapic_pin_0;
#endif /*CONFIG_ACPI_BOOT*/
extern void init_ioapic_mappings(void);