git: 54e1dc50ecb1 - stable/13 - sys/kern/sched_4bsd.c: fix typo introduced in previous commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jan 2022 18:10:36 UTC
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=54e1dc50ecb1468d7de9136c7c93680a09a734b9 commit 54e1dc50ecb1468d7de9136c7c93680a09a734b9 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2022-01-01 14:33:38 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2022-01-14 16:17:31 +0000 sys/kern/sched_4bsd.c: fix typo introduced in previous commit (cherry picked from commit ec3af9d0ca6b48d2595bb713a638a9b0ce77b9f7) --- 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 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. */