sys/kern/sched_4bsd.c: fix typo introduced in previous commit

This commit is contained in:
Stefan Eßer 2022-01-01 15:33:38 +01:00
parent a19bd8e30e
commit ec3af9d0ca

View file

@ -1179,7 +1179,7 @@ forward_wakeup(int cpunum)
}
if (forward_wakeup_use_mask) {
map = idle_cpu_mask;
map = idle_cpus_mask;
CPU_ANDNOT(&map, &map, &dontuse);
/* If they are both on, compare and use loop if different. */