Revision 2f7bb878 exec.c

b/exec.c
1515 1515

  
1516 1516
static void cpu_unlink_tb(CPUState *env)
1517 1517
{
1518
#if defined(USE_NPTL)
1518
#if defined(CONFIG_USE_NPTL)
1519 1519
    /* FIXME: TB unchaining isn't SMP safe.  For now just ignore the
1520 1520
       problem and hope the cpu will stop of its own accord.  For userspace
1521 1521
       emulation this often isn't actually as bad as it sounds.  Often

Also available in: Unified diff