RE: [PATCHV2 1/3] x86, ras: Add new infrastructure for machine check fixup tables
From: Luck, Tony
Date: Fri Dec 11 2015 - 16:01:56 EST
>> + regs->ip = new_ip;
>> + regs->ax = BIT(63) | addr;
>
> Can this be an actual #define?
Doh! Yes, of course. That would be much better.
Now I need to think of a good name for it.
-Tony