]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Pass the ACPI ID when reading the ACPI domain
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 18 Oct 2021 09:04:06 +0000 (10:04 +0100)
committerAndrew Turner <andrew@FreeBSD.org>
Tue, 14 Dec 2021 10:58:01 +0000 (10:58 +0000)
commitaa3b5d79b2acc508cca63c24251d65f4d2d76fa5
treeb6b1b6a3aabe79c0b1a8a6c517391bf88ba06754
parentb7c23efd7428256f69ccfd65a9c5e9f50585bf66
Pass the ACPI ID when reading the ACPI domain

The ACPI ID may not be the same as the FreeBSD CPU id. Use the former
when finding the CPU domain as there is no requirement for it to be
identical to the latter.

Reported by: dch, kevans
Reviewed by: kevans
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32546

(cherry picked from commit 4fb002805e0dc0d08825bce65a0f4e533c53ec54)
sys/arm64/arm64/mp_machdep.c