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)
Feb 5 2024, 2:11 PM
Unknown Object (File)
Dec 20 2023, 1:23 AM
Unknown Object (File)
Apr 1 2017, 8:18 AM
Unknown Object (File)
Dec 14 2016, 5:20 PM
Unknown Object (File)
Nov 6 2016, 9:56 PM
Unknown Object (File)
Oct 12 2016, 4:22 PM
Unknown Object (File)
Aug 13 2016, 10:15 AM
Unknown Object (File)
Jun 28 2016, 3:18 AM
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.