Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux-2.6-microblaze.git] / arch / powerpc / kernel / mce.c
index d2fecae..efdd16a 100644 (file)
@@ -273,7 +273,7 @@ static void machine_process_ue_event(struct work_struct *work)
 
                                pfn = evt->u.ue_error.physical_address >>
                                        PAGE_SHIFT;
-                               memory_failure(pfn, SIGBUS, 0);
+                               memory_failure(pfn, 0);
                        } else
                                pr_warn("Failed to identify bad address from "
                                        "where the uncorrectable error (UE) "