From 2f7bb8780af4a007e90045b4cc97f558e956adf9 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 27 Jul 2009 16:13:24 +0200 Subject: rename USE_NPTL to CONFIG_USE_NPTL Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exec.c') 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 -- cgit 1.4.1