- 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:
Jeff Roberson 2003-04-11 18:40:34 +00:00
parent c36ccfa22b
commit 58177de2de

View file

@ -351,7 +351,7 @@ kseq_load_highest(void)
cpu = i;
}
}
if (load)
if (load > 1)
return (KSEQ_CPU(cpu));
return (NULL);