aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/io_apic.c
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-09-12 15:52:33 +0100
committerKeir Fraser <keir@xen.org>2012-09-12 15:52:33 +0100
commita1bba8211fd8e3f5ce4f130034c9a681046965d6 (patch)
tree0a837e1e09d155a38481d4c128ea131a0b3a8b1c /xen/arch/x86/io_apic.c
parent218adf199e6868eb4a15644a63e6991ede1613bc (diff)
downloadxen-a1bba8211fd8e3f5ce4f130034c9a681046965d6.tar.gz
xen-a1bba8211fd8e3f5ce4f130034c9a681046965d6.tar.bz2
xen-a1bba8211fd8e3f5ce4f130034c9a681046965d6.zip
x86: Remove unused 'sis_apic_bug' variable. It was only used on x86_32.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/io_apic.c')
-rw-r--r--xen/arch/x86/io_apic.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/xen/arch/x86/io_apic.c b/xen/arch/x86/io_apic.c
index 85191e0af2..3c5ffdfb38 100644
--- a/xen/arch/x86/io_apic.c
+++ b/xen/arch/x86/io_apic.c
@@ -46,14 +46,6 @@ bool_t __read_mostly skip_ioapic_setup;
bool_t __read_mostly ioapic_ack_new = 1;
bool_t __read_mostly ioapic_ack_forced = 0;
-#ifndef sis_apic_bug
-/*
- * Is the SiS APIC rmw bug present?
- * -1 = don't know, 0 = no, 1 = yes
- */
-s8 __read_mostly sis_apic_bug = -1;
-#endif
-
/*
* # of IRQ routing registers
*/