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, Mar 9, 8:58 AM
Unknown Object (File)
Sun, Mar 8, 8:47 PM
Unknown Object (File)
Tue, Mar 3, 2:29 PM
Unknown Object (File)
Fri, Feb 27, 2:56 PM
Unknown Object (File)
Fri, Feb 27, 3:45 AM
Unknown Object (File)
Tue, Feb 24, 7:39 PM
Unknown Object (File)
Mon, Feb 16, 8:25 PM
Unknown Object (File)
Sat, Feb 14, 11:45 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 11498
Build 11853: arc lint + arc unit

Event Timeline

sys/x86/x86/mca.c
337

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.