summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorYazen Ghannam <yazen.ghannam@amd.com>2026-03-07 19:33:15 +0300
committerBorislav Petkov (AMD) <bp@alien8.de>2026-03-11 15:51:59 +0300
commitb595a009726b706fdadedace90c54831e19188e2 (patch)
tree33c4a52ae04be40d2ab56d02860cd9d500e690bf /drivers
parentbee9f4178b4a3fec70414c82ddc4bceff182f2ba (diff)
downloadlinux-b595a009726b706fdadedace90c54831e19188e2.tar.xz
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
Diffstat (limited to 'drivers')
-rw-r--r--drivers/edac/mce_amd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/mce_amd.c b/drivers/edac/mce_amd.c
index 7fba230cb9e1..54ad56f2a9e0 100644
--- a/drivers/edac/mce_amd.c
+++ b/drivers/edac/mce_amd.c
@@ -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",