[OpenMP] Restore comment accidently deleted in D154650

This commit is contained in:
Jonathan Peyton
2023-07-24 16:01:03 -05:00
parent 1e3bbf76a1
commit fda297729d

View File

@@ -5407,6 +5407,7 @@ __kmp_allocate_team(kmp_root_t *root, int new_nproc, int max_nproc,
}
#if (KMP_OS_LINUX || KMP_OS_FREEBSD) && KMP_AFFINITY_SUPPORTED
/* Restore initial primary thread's affinity mask */
new_temp_affinity.restore();
#endif
#if KMP_NESTED_HOT_TEAMS