aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/exec-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ioemu/exec-all.h')
-rw-r--r--tools/ioemu/exec-all.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ioemu/exec-all.h b/tools/ioemu/exec-all.h
index f6804b1a0a..28c120d4ca 100644
--- a/tools/ioemu/exec-all.h
+++ b/tools/ioemu/exec-all.h
@@ -481,6 +481,9 @@ static inline int testandset (int *p)
}
#endif
+#ifdef CONFIG_STUBDOM
+#include <spinlock.h>
+#else
typedef int spinlock_t;
#define SPIN_LOCK_UNLOCKED 0
@@ -514,6 +517,7 @@ static inline int spin_trylock(spinlock_t *lock)
return 1;
}
#endif
+#endif
extern spinlock_t tb_lock;