- 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 2003-04-11 18:40:34 +00:00
parent 678516a39b
commit 62e212c14f

View File

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