diff options
Diffstat (limited to 'drivers/edac/amd64_edac.c')
-rw-r--r-- | drivers/edac/amd64_edac.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c index c81ca2cf8dc7..173dc4a84166 100644 --- a/drivers/edac/amd64_edac.c +++ b/drivers/edac/amd64_edac.c | |||
@@ -2289,10 +2289,6 @@ static inline void __amd64_decode_bus_error(struct mem_ctl_info *mci, | |||
2289 | u32 xec = EXT_ERROR_CODE(info->nbsl); | 2289 | u32 xec = EXT_ERROR_CODE(info->nbsl); |
2290 | int ecc_type = info->nbsh & (0x3 << 13); | 2290 | int ecc_type = info->nbsh & (0x3 << 13); |
2291 | 2291 | ||
2292 | pr_emerg(" Transaction type: %s(%s), %s, Cache Level: %s, %s\n", | ||
2293 | RRRR_MSG(ec), II_MSG(ec), TO_MSG(ec), LL_MSG(ec), PP_MSG(ec)); | ||
2294 | |||
2295 | |||
2296 | /* Bail early out if this was an 'observed' error */ | 2292 | /* Bail early out if this was an 'observed' error */ |
2297 | if (PP(ec) == K8_NBSL_PP_OBS) | 2293 | if (PP(ec) == K8_NBSL_PP_OBS) |
2298 | return; | 2294 | return; |