Page MenuHomeFreeBSD

Pass the ACPI ID when reading the ACPI domain
ClosedPublic

Authored by andrew on Oct 18 2021, 10:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 17 2024, 6:14 PM
Unknown Object (File)
Jan 5 2024, 2:27 PM
Unknown Object (File)
Dec 27 2023, 4:04 PM
Unknown Object (File)
Dec 20 2023, 5:47 AM
Unknown Object (File)
Dec 14 2023, 3:42 PM
Unknown Object (File)
Sep 26 2023, 4:58 AM
Unknown Object (File)
Jul 24 2023, 4:44 PM
Unknown Object (File)
May 23 2023, 11:11 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42223
Build 39111: arc lint + arc unit

Event Timeline

andrew retitled this revision from Use pass the ACPI ID when reading the ACPI domain to Pass the ACPI ID when reading the ACPI domain.Oct 18 2021, 11:01 AM

Looks good to me. Any other places we make this mistake?

This revision is now accepted and ready to land.Oct 18 2021, 2:14 PM

Use the correct UID value

This revision now requires review to proceed.Oct 18 2021, 3:01 PM

This one boots fine here, and acpi uid is consistent with what we're adding in acpi_pxm.c (thanks!)

This revision is now accepted and ready to land.Oct 18 2021, 3:12 PM