Actions
Bug #8934
closedACPI 6.0 requires Processor Local X2APIC for all processors
Start date:
2017-12-22
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
ACPI Specification since version 6.0 (released in April 2015) requires Processor Local X2APIC structure for all processors (even those with ID < 255). We already support this, but we still report a warning:
Dec 21 22:17:07 test apix: [ID 248403 kern.warning] WARNING: apix: ignoring invalid entry in MADT: CPU 0 has X2APIC Id 0 (< 255)
This is just to remove such a warning from the acpi_probe()
function to maintain ACPI 6.0+ compatibility without noise.
Related issues
Updated by Marcel Telka almost 6 years ago
- Related to Bug #6807: only one CPU detected on HP Gen9 added
Updated by Marcel Telka almost 6 years ago
Updated by Marcel Telka almost 6 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk over 5 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit d55a46f954d8bac4f76475e10623992b4caaefc5
commit d55a46f954d8bac4f76475e10623992b4caaefc5 Author: Marcel Telka <marcel@telka.sk> Date: 2017-12-31T15:55:28.000Z 8934 ACPI 6.0 requires Processor Local X2APIC for all processors Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions