diff options
-rw-r--r-- | drivers/edac/mce_amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/mce_amd.c b/drivers/edac/mce_amd.c index 7f74f0f318c8..c0181093b490 100644 --- a/drivers/edac/mce_amd.c +++ b/drivers/edac/mce_amd.c | |||
@@ -265,7 +265,7 @@ static void amd_decode_ic_mce(struct mce *m) | |||
265 | pr_cont("%s TLB %s.\n", LL_MSG(ec), | 265 | pr_cont("%s TLB %s.\n", LL_MSG(ec), |
266 | (xec ? "multimatch" : "parity error")); | 266 | (xec ? "multimatch" : "parity error")); |
267 | else if (BUS_ERROR(ec)) { | 267 | else if (BUS_ERROR(ec)) { |
268 | bool k8 = (boot_cpu_data.x86 == 0xf && (m->status & BIT(58))); | 268 | bool k8 = (boot_cpu_data.x86 == 0xf && (m->status & BIT_64(58))); |
269 | 269 | ||
270 | pr_cont("during %s.\n", (k8 ? "system linefill" : "NB data read")); | 270 | pr_cont("during %s.\n", (k8 ? "system linefill" : "NB data read")); |
271 | } else if (fam_ops->ic_mce(ec)) | 271 | } else if (fam_ops->ic_mce(ec)) |