[PATCH 01/15] x86/mce/AMD: Use msr_ops.misc() in allocate_threshold_blocks()

2016-09-12 Thread Borislav Petkov
From: Yazen Ghannam Change MSR_IA32_MCx_MISC() macro to msr_ops.misc() because SMCA machines define a different set of MSRs and msr_ops will give you the correct MISC register. Signed-off-by: Yazen Ghannam Cc: Aravind Gopalakrishnan

[PATCH 01/15] x86/mce/AMD: Use msr_ops.misc() in allocate_threshold_blocks()

2016-09-12 Thread Borislav Petkov
From: Yazen Ghannam Change MSR_IA32_MCx_MISC() macro to msr_ops.misc() because SMCA machines define a different set of MSRs and msr_ops will give you the correct MISC register. Signed-off-by: Yazen Ghannam Cc: Aravind Gopalakrishnan Cc: Tony Luck Cc: linux-edac Cc: x86-ml Link: