mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
sys/kern/sched_4bsd.c: fix typo introduced in previous commit
This commit is contained in:
parent
a19bd8e30e
commit
ec3af9d0ca
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user