mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
- 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
c36ccfa22b
commit
58177de2de
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ kseq_load_highest(void)
|
|||
cpu = i;
|
||||
}
|
||||
}
|
||||
if (load)
|
||||
if (load > 1)
|
||||
return (KSEQ_CPU(cpu));
|
||||
|
||||
return (NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue