Skip to content

Commit fda2977

Browse files
committed
[OpenMP] Restore comment accidently deleted in D154650
1 parent 1e3bbf7 commit fda2977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openmp/runtime/src/kmp_runtime.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5407,6 +5407,7 @@ __kmp_allocate_team(kmp_root_t *root, int new_nproc, int max_nproc,
54075407
}
54085408

54095409
#if (KMP_OS_LINUX || KMP_OS_FREEBSD) && KMP_AFFINITY_SUPPORTED
5410+
/* Restore initial primary thread's affinity mask */
54105411
new_temp_affinity.restore();
54115412
#endif
54125413
#if KMP_NESTED_HOT_TEAMS

0 commit comments

Comments
 (0)