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)
Feb 19 2024, 3:22 PM
Unknown Object (File)
Dec 20 2023, 3:14 AM
Unknown Object (File)
Dec 4 2023, 2:53 AM
Unknown Object (File)
Nov 7 2023, 11:25 AM
Unknown Object (File)
Nov 6 2023, 5:34 AM
Unknown Object (File)
Nov 5 2023, 3:29 AM
Unknown Object (File)
Nov 4 2023, 7:16 PM
Unknown Object (File)
Nov 1 2023, 11:53 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.