aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/i8259.c
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/arch/x86/i8259.c
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/arch/x86/i8259.c')
-rw-r--r--xen/arch/x86/i8259.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/arch/x86/i8259.c b/xen/arch/x86/i8259.c
index 7e4722c627..93ba9ffc3a 100644
--- a/xen/arch/x86/i8259.c
+++ b/xen/arch/x86/i8259.c
@@ -284,7 +284,6 @@ static void mask_and_ack_8259A_irq(unsigned int irq)
printk("spurious 8259A interrupt: IRQ%d.\n", irq);
spurious_irq_mask |= irqmask;
}
- atomic_inc(&irq_err_count);
/*
* Theoretically we do not have to handle this IRQ,
* but in Linux this does not cause problems and is