]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r291121
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 27 Dec 2015 14:39:47 +0000 (14:39 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 27 Dec 2015 14:39:47 +0000 (14:39 +0000)
commit756dbb64c58ae8ae8efe9a50b8cda6f5871e2b2b
tree710a640fc85c3e52f476ec05f8c3776f1f827ed6
parent5648e80aacbd6abc026172fc88d88f339c187e8e
MFC: r291121

Merge from r290547:
Since r289279 bufinit() uses mp_ncpus so adapt to what x86 does and
set this variable already in cpu_mp_setmaxid().
While at it, rename cpu_cpuid_prop() to cpu_portid_prop() as well as
the MD cpuid variable to portid to avoid confusion with the MI use
of "cpuid" and make some variable static/global in order to reduce
stack usage.

PR: 204685

git-svn-id: svn://svn.freebsd.org/base/stable/10@292771 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sparc64/include/md_var.h
sys/sparc64/sparc64/machdep.c
sys/sparc64/sparc64/mp_machdep.c