]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ofw_cpu: quiet secondary CPU devices
authorMitchell Horne <mhorne@FreeBSD.org>
Wed, 24 May 2023 13:27:55 +0000 (10:27 -0300)
committerMitchell Horne <mhorne@FreeBSD.org>
Fri, 9 Jun 2023 19:48:06 +0000 (16:48 -0300)
commite61a69e88a03f4f4fb547c867a8953b4bb4ddfea
tree442c993994b2985f3bcc054c9c3eec1a70f261e5
parent33e2f70d7d1065fddc66347f6d63c4d82dd9a7eb
ofw_cpu: quiet secondary CPU devices

We already do plenty to announce the different CPUs in dmesg. Follow the
ACPI CPU strategy of reporting the first CPU device, but quieting the
rest for non-verbose boot. This cuts down slightly on dmesg output.

Reviewed by: manu, jhb
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D40243

(cherry picked from commit 08637d5d1580af743f4ed6504104d038e017f918)
sys/dev/ofw/ofw_cpu.c