commit | f6fb0ac0869500323c78fa21992fe1933af61e91 | [log] [tgz] |
---|---|---|
author | Andi Kleen <andi@firstfloor.org> | Wed May 27 21:56:55 2009 +0200 |
committer | H. Peter Anvin <hpa@zytor.com> | Wed Jun 03 14:40:38 2009 -0700 |
tree | 852fe5dfa4057f8f07b70b9ae38c114b01e248a9 | |
parent | ca84f69697da0f004135e45b63ca560b6bd3554e [diff] |
x86, mce: store record length into memory struct mce anchor This makes it easier for tools who want to extract the mcelog out of crash images or memory dumps to adapt to changing struct mce size. The length field replaces padding, so it's fully compatible. Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>