mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Spell "switches" a more conventional way.
This commit is contained in:
parent
e2416749bf
commit
d50c87decf
1 changed files with 1 additions and 1 deletions
|
|
@ -752,7 +752,7 @@ kseq_transfer(struct kseq *kseq, struct kse *ke, int class)
|
|||
* threshold at which we start to reassign kses has a large impact
|
||||
* on the overall performance of the system. Tuned too high and
|
||||
* some CPUs may idle. Too low and there will be excess migration
|
||||
* and context swiches.
|
||||
* and context switches.
|
||||
*/
|
||||
if (ksg->ksg_load > (ksg->ksg_cpus * 2) && kseq_idle) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue