aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2022-01-01 14:33:38 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2022-01-14 16:17:31 +0000
commit54e1dc50ecb1468d7de9136c7c93680a09a734b9 (patch)
treec812e040ec2a406f22225579de3d2b9399c71ccc /sys/kern
parenta94baf23cf612b06bfe97ab35627391c64e13c4e (diff)
downloadsrc-54e1dc50ecb1468d7de9136c7c93680a09a734b9.tar.gz
src-54e1dc50ecb1468d7de9136c7c93680a09a734b9.zip
sys/kern/sched_4bsd.c: fix typo introduced in previous commit
(cherry picked from commit ec3af9d0ca6b48d2595bb713a638a9b0ce77b9f7)
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/sched_4bsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c
index 3d99d3aca0e2..7146704fc531 100644
--- a/sys/kern/sched_4bsd.c
+++ b/sys/kern/sched_4bsd.c
@@ -1172,7 +1172,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. */