summaryrefslogtreecommitdiffstats
path: root/exec.c
diff options
context:
space:
mode:
authorJuan Quintela2009-07-27 16:13:24 +0200
committerAnthony Liguori2009-07-27 21:10:55 +0200
commit2f7bb8780af4a007e90045b4cc97f558e956adf9 (patch)
tree464d805fa93ac6fdad7b41978c2a67183e2a1f15 /exec.c
parentrename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH (diff)
downloadqemu-2f7bb8780af4a007e90045b4cc97f558e956adf9.tar.gz
qemu-2f7bb8780af4a007e90045b4cc97f558e956adf9.tar.xz
qemu-2f7bb8780af4a007e90045b4cc97f558e956adf9.zip
rename USE_NPTL to CONFIG_USE_NPTL
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.c b/exec.c
index ef79d6d29e..a4a7de7570 100644
--- a/exec.c
+++ b/exec.c
@@ -1515,7 +1515,7 @@ void cpu_set_log_filename(const char *filename)
static void cpu_unlink_tb(CPUState *env)
{
-#if defined(USE_NPTL)
+#if defined(CONFIG_USE_NPTL)
/* FIXME: TB unchaining isn't SMP safe. For now just ignore the
problem and hope the cpu will stop of its own accord. For userspace
emulation this often isn't actually as bad as it sounds. Often