mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
x86/mce, EDAC/mce_amd: Update CS bank type naming
Recent documentation updated the "CS" bank type name from "Coherent Slave" to "Coherent Station". Apply this change in the kernel also. Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://patch.msgid.link/20260307163316.345923-3-yazen.ghannam@amd.com
This commit is contained in:
committed by
Borislav Petkov (AMD)
parent
bee9f4178b
commit
b595a00972
@@ -689,7 +689,7 @@ static void decode_mc6_mce(struct mce *m)
|
||||
}
|
||||
|
||||
static const char * const smca_long_names[] = {
|
||||
[SMCA_CS ... SMCA_CS_V2] = "Coherent Slave",
|
||||
[SMCA_CS ... SMCA_CS_V2] = "Coherent Station",
|
||||
[SMCA_DE] = "Decode Unit",
|
||||
[SMCA_EX] = "Execution Unit",
|
||||
[SMCA_FP] = "Floating Point Unit",
|
||||
|
||||
Reference in New Issue
Block a user