From: Andi Kleen Date: Wed, 8 Jul 2009 22:31:43 +0000 (+0200) Subject: x86: mce: Move per bank data in a single datastructure X-Git-Tag: v2.6.32-rc1~651^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cebe182033f156b430952370fb0f9dbe6e89b081;p=pandora-kernel.git x86: mce: Move per bank data in a single datastructure This addresses one of the leftover review comments. Move the per bank data into a single structure. This avoids several separate variables and also separate allocation of sysfs objects. I didn't move the CMCI ownership information so far because that would have needed some non trivial changes in the algorithms. Signed-off-by: Andi Kleen Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed