diff options
author | Yazen Ghannam <yazen.ghannam@amd.com> | 2020-01-10 01:56:47 +0000 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-01-16 17:09:02 +0100 |
commit | 89a76171bf50bd20d44338408b8c09433c302956 (patch) | |
tree | 570d0e4e7140128c7e5ba09863aa33d0d3046806 /arch/x86/include/asm/mce.h | |
parent | 7a8bc2b0462eaca0072d1f7f4ddc749fcb8a773c (diff) | |
download | linux-next-89a76171bf50bd20d44338408b8c09433c302956.tar.gz |
x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaType
Add support for a new version of the Load Store unit bank type as
indicated by its McaType value, which will be present in future SMCA
systems.
Add the new (HWID, MCATYPE) tuple. Reuse the same name, since this is
logically the same to the user.
Also, add the new error descriptions to edac_mce_amd.
Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200110015651.14887-2-Yazen.Ghannam@amd.com
Diffstat (limited to 'arch/x86/include/asm/mce.h')
-rw-r--r-- | arch/x86/include/asm/mce.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h index c8ff6f6750ef..4359b955e0b7 100644 --- a/arch/x86/include/asm/mce.h +++ b/arch/x86/include/asm/mce.h @@ -290,6 +290,7 @@ extern void apei_mce_report_mem_error(int corrected, /* These may be used by multiple smca_hwid_mcatypes */ enum smca_bank_types { SMCA_LS = 0, /* Load Store */ + SMCA_LS_V2, /* Load Store */ SMCA_IF, /* Instruction Fetch */ SMCA_L2_CACHE, /* L2 Cache */ SMCA_DE, /* Decoder Unit */ |