x86, MCE, AMD: Move shared bank to node descriptor
authorBorislav Petkov <borislav.petkov@amd.com>
Wed, 2 May 2012 15:16:59 +0000 (17:16 +0200)
committerBorislav Petkov <borislav.petkov@amd.com>
Thu, 7 Jun 2012 10:43:44 +0000 (12:43 +0200)
commit019f34fccfd5cf5ff1e722dafd9fe2bd54434e66
tree65c1cccc25052d3fbdd884ff4d5efe4b81fbbd40
parent26ab256eaac7af26ecd9ba893b5159a3b38c8a1c
x86, MCE, AMD: Move shared bank to node descriptor

Well, instead of having a real bank 4 on the BSP of each node and
symlinks on the remaining cores, we push it up into the amd_northbridge
descriptor which now contains a pointer to the northbridge bank 4
because the bank is one per northbridge and, as such, belongs in the NB
descriptor anyway.

Each time we hotplug CPUs, we use the northbridge pointer to copy the
shared bank into the per-CPU array of threshold_banks pointers, or
destroy it when the last CPU on the node goes offline, or create it when
the first comes online.

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