]> 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, 12 Oct 2021 12:16:00 +0000 (13:16 +0100)
commit0906563718d35643789fc2b3c4cf1fc6884755e5
tree050181bb14c526a0f74be2fa19d3a64defaf6e2e
parent08580603b5c438762a531aaadd435541ea14d2f2
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
sys/arm64/arm64/mp_machdep.c