]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r342771 (by cem): Expose threads-per-core and physical core count information
authorAlexander Motin <mav@FreeBSD.org>
Fri, 25 Oct 2019 14:51:21 +0000 (14:51 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Fri, 25 Oct 2019 14:51:21 +0000 (14:51 +0000)
commit5b6752691878191ebb68a0c3c4a9739e4ffe84fa
tree9be97b784563042c3c1e5ac7722aa3e6a57d1a7e
parent6e06077c488bfa1d71719d30e6a572e4921ae516
MFC r342771 (by cem): Expose threads-per-core and physical core count information

With new sysctls (to the best of our ability do detect them).  Restructured
smp.4 slightly for clarity (keep relevant stuff closer to the top) while
documenting.
share/man/man4/smp.4
sys/kern/subr_smp.c
sys/powerpc/powernv/platform_powernv.c
sys/powerpc/powerpc/mp_machdep.c
sys/powerpc/ps3/platform_ps3.c
sys/powerpc/pseries/platform_chrp.c
sys/sys/smp.h
sys/x86/x86/mp_x86.c