]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge r264984
authorscottl <scottl@FreeBSD.org>
Wed, 7 May 2014 20:28:27 +0000 (20:28 +0000)
committerscottl <scottl@FreeBSD.org>
Wed, 7 May 2014 20:28:27 +0000 (20:28 +0000)
commit96be897ce1e8a19c5a802c09f4d55a7c17ed9894
tree9e592a28f4314467ab6a5bd9e845ba7c968df512
parent76892e1ddc1fc146dd77aa7e4f27a87b743ef731
Merge r264984

Retire smp_active.  It was racey and caused demonstrated problems with
the cpufreq code.  Replace its use with smp_started.  There's at least
one userland tool that still looks at the kern.smp.active sysctl, so
preserve it but point it to smp_started as well.

Obtained from: Netflix, Inc.
13 files changed:
sys/amd64/amd64/mp_machdep.c
sys/amd64/amd64/vm_machdep.c
sys/arm/arm/mp_machdep.c
sys/i386/i386/mp_machdep.c
sys/i386/i386/vm_machdep.c
sys/i386/xen/mp_machdep.c
sys/ia64/ia64/mp_machdep.c
sys/kern/kern_cpu.c
sys/kern/subr_smp.c
sys/mips/mips/mp_machdep.c
sys/powerpc/powerpc/mp_machdep.c
sys/sparc64/sparc64/mp_machdep.c
sys/sys/smp.h