]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, MCE, AMD: Remove shared banks sysfs linking
authorBorislav Petkov <borislav.petkov@amd.com>
Wed, 2 May 2012 14:20:49 +0000 (16:20 +0200)
committerBorislav Petkov <borislav.petkov@amd.com>
Thu, 7 Jun 2012 10:43:42 +0000 (12:43 +0200)
commit92e26e2a1a7d5fe6538e4a676f9c383966f894a7
tree01bffb2784fee5feccbc9c29e91157175bc2c42f
parent24214449b00b94328e239d3c35cda3e6fe0f931b
x86, MCE, AMD: Remove shared banks sysfs linking

The code used to create a symlink on all non-BSP cores of a node when
the MCi_MISCj bank is present once per node. (This is generally the
case with bank 4 on AMD). However, these sysfs links cause a bunch
of problems with cpu off-/onlining testing and are, as such, a bit
overengineered. IOW, there's nothing wrong with having normal sysfs
files for the shared banks since the corresponding MSRs are replicated
across each core anyway.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
arch/x86/kernel/cpu/mcheck/mce_amd.c