RE: [PATCH] x86, mce, severities: Add AMD severities function

From: Luck, Tony
Date: Thu Mar 19 2015 - 13:15:46 EST


>> It would be best if what Tony suggested comes ontop of your patch with
>> his Suggested-by: tag. This ordering should be also the easiest wrt
>> functionality and bisectability.
>>
>>
>
> Ok, I'll have it ready and send out a V2 by tomorrow if there are no
> other comments/reviews.

Fame & glory ... whatever. Just be sure to make the _intel() and _amd()
severity functions "static" ... so you'll need something like this in mce-severity.c

void mce_vendor_severity_init(void)
{
.... assign mce_severity here
}

-Tony