aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/exec-all.h
diff options
context:
space:
mode:
authorChristian Limpach <Christian.Limpach@xensource.com>2007-05-11 10:06:19 +0100
committerChristian Limpach <Christian.Limpach@xensource.com>2007-05-11 10:06:19 +0100
commitdc53960c99a5f8c8123dc6bf9ac4750c9a6831ae (patch)
tree1ffe8052f97273b88c83479e2a67d16107ebad6a /tools/ioemu/exec-all.h
parentdb82fef5d63e74c174b496db1551b975f36200ef (diff)
downloadxen-dc53960c99a5f8c8123dc6bf9ac4750c9a6831ae.tar.gz
xen-dc53960c99a5f8c8123dc6bf9ac4750c9a6831ae.tar.bz2
xen-dc53960c99a5f8c8123dc6bf9ac4750c9a6831ae.zip
[qemu] Fix ia64 after removal of ia64_intrinsic.h.
From: Alex Williamson <alex.williamson@hp.com> Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
Diffstat (limited to 'tools/ioemu/exec-all.h')
-rw-r--r--tools/ioemu/exec-all.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/ioemu/exec-all.h b/tools/ioemu/exec-all.h
index d78b8ed770..f6804b1a0a 100644
--- a/tools/ioemu/exec-all.h
+++ b/tools/ioemu/exec-all.h
@@ -357,7 +357,6 @@ extern CPUWriteMemoryFunc *io_mem_write[IO_MEM_NB_ENTRIES][4];
extern CPUReadMemoryFunc *io_mem_read[IO_MEM_NB_ENTRIES][4];
extern void *io_mem_opaque[IO_MEM_NB_ENTRIES];
-#ifndef CONFIG_DM
#ifdef __powerpc__
static inline int testandset (int *p)
{
@@ -481,7 +480,6 @@ static inline int testandset (int *p)
return __sync_lock_test_and_set (p, 1);
}
#endif
-#endif /* !CONFIG_DM */
typedef int spinlock_t;