]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Merge r264984
authorscottl <scottl@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 7 May 2014 20:28:27 +0000 (20:28 +0000)
committerscottl <scottl@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 7 May 2014 20:28:27 +0000 (20:28 +0000)
commit3778674774399ac8d83f7507833b7670c372e3db
tree9e592a28f4314467ab6a5bd9e845ba7c968df512
parent30a2356bf35b11aef3ef5429ac9ed8ed138cdaed
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@265606 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
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