Comment 20 for bug 1152484

Revision history for this message
Robert Richter (rric) wrote :

The kernel fix is only for AMD family 10h cpus.

Trinity is family 15h. So your [Firmware Bug] message indicates a real firmware bug. What you face is a different vector assignment to the same lvt offset across cpus. On all cpus the same vector must be assigned to the same offset. Firmware should assign vector 0xf9 (MCE threshold) to offset 1 instead, since offset 0 is already used for vector 400 (IBS NMI).

-Robert