mirror of
https://github.com/mii443/qemu.git
synced 2025-09-03 07:39:26 +00:00
rename USE_NPTL to CONFIG_USE_NPTL
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
committed by
Anthony Liguori
parent
75b5a697ed
commit
2f7bb8780a
2
exec.c
2
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
|
||||
|
Reference in New Issue
Block a user