x86/mce: Replace hard coded hex constants with symbolic defines
authorTony Luck <tony.luck@intel.com>
Fri, 27 Jan 2012 00:02:22 +0000 (16:02 -0800)
committerTony Luck <tony.luck@intel.com>
Fri, 27 Jan 2012 00:02:22 +0000 (16:02 -0800)
Magic constants like 0x0134 in code just invite questions on
where they come from, what they mean, can they be changed.

Provide #defines for the architecturally defined MCACOD values
with a reference to the Intel Software Developers manual which
describes them.

Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found