aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/softirq.c
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-23 09:48:06 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-23 09:48:06 +0000
commit2a5f90e8e88330b026e79c1a3c38a711f545c167 (patch)
treecaa5435c339291cc581777a52e4981c75b77260d /xen/common/softirq.c
parentc2929ecdf6cba5d5e5fd09c52e465e5f4a22fb83 (diff)
downloadxen-2a5f90e8e88330b026e79c1a3c38a711f545c167.tar.gz
xen-2a5f90e8e88330b026e79c1a3c38a711f545c167.tar.bz2
xen-2a5f90e8e88330b026e79c1a3c38a711f545c167.zip
bitkeeper revision 1.821 (406007d6uu0vZYDxa9P1ZfNO9kF_Cg)
Many files: xeno -> xen renames. ide-xen.c: Rename: xen/drivers/ide/ide-xeno.c -> xen/drivers/ide/ide-xen.c xen.lds: Rename: xen/arch/i386/xeno.lds -> xen/arch/i386/xen.lds Many files: mvdir
Diffstat (limited to 'xen/common/softirq.c')
-rw-r--r--xen/common/softirq.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/xen/common/softirq.c b/xen/common/softirq.c
index f5383074f2..d400406239 100644
--- a/xen/common/softirq.c
+++ b/xen/common/softirq.c
@@ -10,12 +10,12 @@
* Copyright (C) 1992 Linus Torvalds
*/
-#include <xeno/config.h>
-#include <xeno/mm.h>
-#include <xeno/sched.h>
-#include <xeno/interrupt.h>
-#include <xeno/init.h>
-#include <xeno/tqueue.h>
+#include <xen/config.h>
+#include <xen/mm.h>
+#include <xen/sched.h>
+#include <xen/interrupt.h>
+#include <xen/init.h>
+#include <xen/tqueue.h>
irq_cpustat_t irq_stat[NR_CPUS];