From: Tony Luck Date: Fri, 27 Jan 2012 00:02:22 +0000 (-0800) Subject: x86/mce: Replace hard coded hex constants with symbolic defines X-Git-Tag: v3.4-rc1~150^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08dda402d60a721ac94e79efd7646b332be3e3b2;p=pandora-kernel.git x86/mce: Replace hard coded hex constants with symbolic defines 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 --- Reading git-diff-tree failed