]> asedeno.scripts.mit.edu Git - linux.git/commit
x86/mce/AMD: Don't set DEF_INT_TYPE in MSR_CU_DEF_ERR on SMCA systems
authorYazen Ghannam <yazen.ghannam@amd.com>
Mon, 4 Dec 2017 16:54:38 +0000 (17:54 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 4 Dec 2017 19:38:44 +0000 (20:38 +0100)
commitc8a4364c33ac7ed63278267b8f6d8c15810d5fd1
tree0b9d85b5d6466c4d0c6e37babf647803e7e6895a
parente085ac7a6ddbd746966083c5e13aa290c3e9a253
x86/mce/AMD: Don't set DEF_INT_TYPE in MSR_CU_DEF_ERR on SMCA systems

The McaIntrCfg register (MSRC000_0410), previously known as CU_DEFER_ERR,
is used on SMCA systems to set the LVT offset for the Threshold and
Deferred error interrupts.

This register was used on non-SMCA systems to also set the Deferred
interrupt type in bits 2:1. However, these bits are reserved on SMCA
systems.

Only set MSRC000_0410[2:1] on non-SMCA systems.

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>
Cc: Tony Luck <tony.luck@intel.com>
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: http://lkml.kernel.org/r/20171120162646.5210-1-Yazen.Ghannam@amd.com
arch/x86/kernel/cpu/mcheck/mce_amd.c