- Only select kseqs with more than one kse to steal. The running kse
is reflected in the load now and you can't very well migrate that.
This commit is contained in:
parent
678516a39b
commit
62e212c14f
@ -351,7 +351,7 @@ kseq_load_highest(void)
|
||||
cpu = i;
|
||||
}
|
||||
}
|
||||
if (load)
|
||||
if (load > 1)
|
||||
return (KSEQ_CPU(cpu));
|
||||
|
||||
return (NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user