aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/softirq.c
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-01-21 18:43:08 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-01-21 18:43:08 +0000
commit2f32a8085286aaed3d81c5ca17bb6cad9a2a32a7 (patch)
treec355e3aba95a5733fab71c21d2efd45c65493163 /xen/common/softirq.c
parentd6af4258a31148f23ca65b5d215f9849d8ea3f54 (diff)
downloadxen-2f32a8085286aaed3d81c5ca17bb6cad9a2a32a7.tar.gz
xen-2f32a8085286aaed3d81c5ca17bb6cad9a2a32a7.tar.bz2
xen-2f32a8085286aaed3d81c5ca17bb6cad9a2a32a7.zip
bitkeeper revision 1.1159.223.12 (41f14d3cE4GADmEAEr6XE9nXX4dyGw)
Common-code cleanups. Moved arch-specific code out into arch/x86 and asm-x86.
Diffstat (limited to 'xen/common/softirq.c')
-rw-r--r--xen/common/softirq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/common/softirq.c b/xen/common/softirq.c
index 2a59925a07..17e850b3f6 100644
--- a/xen/common/softirq.c
+++ b/xen/common/softirq.c
@@ -15,7 +15,9 @@
#include <xen/sched.h>
#include <xen/softirq.h>
+#ifndef __ARCH_IRQ_STAT
irq_cpustat_t irq_stat[NR_CPUS];
+#endif
static softirq_handler softirq_handlers[NR_SOFTIRQS];