This series of patches adds support for extended physical address on newer
AMD CPUs.
The first patch defines a separate helper function to extract
MCA_ADDR[ErrorAddr]. And the second patch adds support for extended
ErrorAddr bits in MCA_ADDR.
Link:
https://lkml.kernel.org/r/20220225193342.215780-1-Smita.KoralahalliChannabasappa@amd.com
Smita Koralahalli (2):
x86/mce: Define function to extract ErrorAddr from MCA_ADDR
x86/mce: Add support for Extended Physical Address MCA changes
arch/x86/kernel/cpu/mce/amd.c | 21 ++++++++-------
arch/x86/kernel/cpu/mce/core.c | 21 ++++-----------
arch/x86/kernel/cpu/mce/internal.h | 41 ++++++++++++++++++++++++++++++
3 files changed, 58 insertions(+), 25 deletions(-)
--
2.17.1