The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=ec3af9d0ca6b48d2595bb713a638a9b0ce77b9f7
commit ec3af9d0ca6b48d2595bb713a638a9b0ce77b9f7 Author: Stefan Eßer <[email protected]> AuthorDate: 2022-01-01 14:33:38 +0000 Commit: Stefan Eßer <[email protected]> CommitDate: 2022-01-01 14:33:38 +0000 sys/kern/sched_4bsd.c: fix typo introduced in previous commit --- sys/kern/sched_4bsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c index 5233cba95c54..fa6810eb0526 100644 --- a/sys/kern/sched_4bsd.c +++ b/sys/kern/sched_4bsd.c @@ -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. */
