]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
smp: fix smp_rendezvous_cpus_retry usage before smp starts
authorMateusz Guzik <mjg@FreeBSD.org>
Thu, 19 Nov 2020 04:27:51 +0000 (04:27 +0000)
committerMateusz Guzik <mjg@FreeBSD.org>
Thu, 19 Nov 2020 04:27:51 +0000 (04:27 +0000)
commitc48f897bbe0c6e7909db6d8b80c7b97f0631c3ca
treeb2fd168dc9a2d49a015b036755b5e7183ecb6775
parent431fb8abd7946ccb6710b41337ba8476fea448f2
smp: fix smp_rendezvous_cpus_retry usage before smp starts

Since none of the other CPUs are running there is nobody to clear their
entries and the routine spins indefinitely.
sys/kern/subr_smp.c