Page MenuHomeFreeBSD

Only count CPU devices that are using the ACPI CPU driver.
ClosedPublic

Authored by jhb on Apr 27 2016, 4:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 24, 7:22 AM
Unknown Object (File)
Thu, Oct 24, 7:22 AM
Unknown Object (File)
Thu, Oct 24, 7:22 AM
Unknown Object (File)
Thu, Oct 24, 7:03 AM
Unknown Object (File)
Oct 19 2024, 3:59 PM
Unknown Object (File)
Oct 7 2024, 9:50 AM
Unknown Object (File)
Sep 18 2024, 8:42 PM
Unknown Object (File)
Sep 11 2024, 8:55 PM
Subscribers

Details

Summary

Only count CPU devices that are using the ACPI CPU driver.

Arguably we should only be doing the probe/attach to children of
these devices as well.

Test Plan
  • I've booted an x86 machine with ACPI and confirmed no regressions, but testing this on arm64 would verify it fixes the reported issue.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb retitled this revision from to Only count CPU devices that are using the ACPI CPU driver..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added a reviewer: zbb.

Hi, just tested this on arm64 and it fixes the error messages and the kernel panic. We can now add acpi back to arm64/GENERIC configuration. Thanks!

This revision was automatically updated to reflect the committed changes.