Re: [tip:ras/core] x86/RAS: Simplify SMCA HWID descriptor struct
From: Yazen Ghannam
Date: Thu Nov 10 2016 - 15:12:58 EST
> >
> > Argh, the macro should be adding the additional parentheses:
> >
> > #define HWID_MCATYPE(hwid, mcatype) (((hwid) << 16) | (mcatype))
> >
> > That should fix the issue too.
>
Yep, sure does.
> Patch please.
Will do.
Thanks,
Yazen