git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f7b88d
)
x86/mce: Replace hard coded hex constants with symbolic defines
author
Tony Luck
<tony.luck@intel.com>
Fri, 27 Jan 2012 00:02:22 +0000
(16:02 -0800)
committer
Tony 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