aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/spinlock.c
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-01-23 09:39:11 +0000
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-01-23 09:39:11 +0000
commit16c97203f14f0a324187878cbd854bbc25fdb9c1 (patch)
tree506323cad2dcfacf0cc81a55240de05f934f78a9 /xen/common/spinlock.c
parent03a4bcf0853d32a431b52b8108e0b1c6c38409c7 (diff)
downloadxen-16c97203f14f0a324187878cbd854bbc25fdb9c1.tar.gz
xen-16c97203f14f0a324187878cbd854bbc25fdb9c1.tar.bz2
xen-16c97203f14f0a324187878cbd854bbc25fdb9c1.zip
Include some header files that are not automatically included on all archs
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/spinlock.c')
-rw-r--r--xen/common/spinlock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/spinlock.c b/xen/common/spinlock.c
index ecf5b441df..bfb96707ca 100644
--- a/xen/common/spinlock.c
+++ b/xen/common/spinlock.c
@@ -8,6 +8,7 @@
#include <xen/preempt.h>
#include <public/sysctl.h>
#include <asm/processor.h>
+#include <asm/atomic.h>
#ifndef NDEBUG