commit | 9026cc82b632ed1a859935c82ed8ad65f27f2781 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <[email protected]> | Mon Jan 23 19:35:14 2017 +0100 |
committer | Ingo Molnar <[email protected]> | Tue Jan 24 09:14:57 2017 +0100 |
tree | 6034f0e9d4f9f1d8faac595580fdfe9c8722f441 | |
parent | cff4c0391a692cf9b89932c62a7f879fb3637148 [diff] [blame] |
x86/ras, EDAC, acpi: Assign MCE notifier handlers a priority Assign all notifiers on the MCE decode chain a priority so that they get called in the correct order. Suggested-by: Thomas Gleixner <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Tony Luck <[email protected]> Cc: Yazen Ghannam <[email protected]> Cc: linux-edac <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
diff --git a/drivers/acpi/acpi_extlog.c b/drivers/acpi/acpi_extlog.c index b3842ff..a15270a8 100644 --- a/drivers/acpi/acpi_extlog.c +++ b/drivers/acpi/acpi_extlog.c
@@ -212,6 +212,7 @@ static bool __init extlog_get_l1addr(void) } static struct notifier_block extlog_mce_dec = { .notifier_call = extlog_print, + .priority = MCE_PRIO_EXTLOG, }; static int __init extlog_init(void)