aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/softirq.h
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-02 21:25:05 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-02 21:25:05 +0000
commit7b9361498f418c0ddca3ee202add13d24da0f0cd (patch)
tree686d870031edcc7aa6259721c2076d07e8897dba /xen/include/xen/softirq.h
parent983789122cbdc4aa1865061e52e3f3f786588d47 (diff)
downloadxen-7b9361498f418c0ddca3ee202add13d24da0f0cd.tar.gz
xen-7b9361498f418c0ddca3ee202add13d24da0f0cd.tar.bz2
xen-7b9361498f418c0ddca3ee202add13d24da0f0cd.zip
bitkeeper revision 1.1653 (429f7931iJ8kgS9qBlBbtyY9irorQA)
Many files: More include cleanups towards "include where it's used". Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'xen/include/xen/softirq.h')
-rw-r--r--xen/include/xen/softirq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/softirq.h b/xen/include/xen/softirq.h
index de3480482a..87d6c807ee 100644
--- a/xen/include/xen/softirq.h
+++ b/xen/include/xen/softirq.h
@@ -17,6 +17,7 @@
#include <xen/lib.h>
#include <xen/smp.h>
#include <asm/bitops.h>
+#include <asm/current.h>
#include <asm/hardirq.h>
typedef void (*softirq_handler)(void);