minor change: comment improved

llvm-svn: 231381
This commit is contained in:
Andrey Churbanov 2015-03-05 17:46:50 +00:00
parent 7189084bef
commit e4b9213f80
1 changed files with 1 additions and 1 deletions

View File

@ -3800,7 +3800,7 @@ __kmp_aux_affinity_initialize(void)
goto sortAddresses;
case affinity_balanced:
// Balanced works only for the case of a single package
// Balanced works only for the case of a single package and uniform topology
if( nPackages > 1 ) {
if( __kmp_affinity_verbose || __kmp_affinity_warnings ) {
KMP_WARNING( AffBalancedNotAvail, "KMP_AFFINITY" );