x86/MCE/AMD: Define a function to get SMCA bank type
authorYazen Ghannam <yazen.ghannam@amd.com>
Mon, 18 Dec 2017 11:37:12 +0000 (12:37 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 18 Dec 2017 11:58:28 +0000 (12:58 +0100)
commit11cf887728a3d1de77cc12ce247b64ef32608891
treea47c86743c28616d60e0df7c00c3b4465fe38ad2
parentc8a4364c33ac7ed63278267b8f6d8c15810d5fd1
x86/MCE/AMD: Define a function to get SMCA bank type

Scalable MCA systems have various types of banks. The bank's type
can determine how we handle errors from it. For example, if a bank
represents a UMC (Unified Memory Controller) then we will need to
convert its address from a normalized address to a system physical
address before handling the error.

[ bp: Verify m->bank is within range and use bank pointer. ]

Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20171207203955.118171-1-Yazen.Ghannam@amd.com
arch/x86/kernel/cpu/mcheck/mce_amd.c