Page MenuHomeFreeBSD

x86 MCA: Extract CMCI support predicate into function
ClosedPublic

Authored by cem on Sep 11 2017, 4:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 27, 3:12 PM
Unknown Object (File)
Thu, Jul 23, 3:56 AM
Unknown Object (File)
Wed, Jul 22, 11:59 AM
Unknown Object (File)
Tue, Jul 21, 10:34 PM
Unknown Object (File)
Sat, Jul 18, 2:41 PM
Unknown Object (File)
Mon, Jul 6, 6:33 AM
Unknown Object (File)
Jul 3 2026, 11:59 AM
Unknown Object (File)
Jul 3 2026, 5:16 AM
Subscribers
None

Details

Summary

On AMD, the MCG_CAP feature bit is reserved -- not explicitly zero. Do not
use it to determine CMCI support.

Diff Detail

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

Event Timeline

sys/x86/x86/mca.c
337 ↗(On Diff #32921)

This won't compile if DEV_APIC isn't defined.

cem marked an inline comment as done.

Fix build on !DEV_APIC

This revision is now accepted and ready to land.Sep 11 2017, 6:07 PM
This revision was automatically updated to reflect the committed changes.