]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Stop reading the arm64 domain when it's known
authorAndrew Turner <andrew@FreeBSD.org>
Tue, 12 Oct 2021 11:39:14 +0000 (12:39 +0100)
committerAndrew Turner <andrew@FreeBSD.org>
Tue, 14 Dec 2021 10:58:01 +0000 (10:58 +0000)
commitb7c23efd7428256f69ccfd65a9c5e9f50585bf66
treeb7039aa499929924c1fa255b1c4b96105682a813
parentf51997c6e410e2413686983d8fd57c1877f8c0ad
Stop reading the arm64 domain when it's known

There is no need to read the domain on arm64 when there is only one
in the ACPI tables. This can also happen when the table is missing
as it is unneeded.

Reported by: dch
Sponsored by: The FreeBSD Foundation

(cherry picked from commit 0906563718d35643789fc2b3c4cf1fc6884755e5)
sys/arm64/arm64/mp_machdep.c