projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a9e3b
)
EDAC, pnd2: Set MCE_PRIO_EDAC priority for pnd2_mce_dec notifier
author
Zhenzhong Duan
<zhenzhong.duan@gmail.com>
Wed, 10 Jun 2020 06:58:45 +0000
(14:58 +0800)
committer
Tony Luck
<tony.luck@intel.com>
Mon, 15 Jun 2020 18:19:39 +0000
(11:19 -0700)
Avoid giving it MCE_PRIO_LOWEST priority by default.
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Link:
https://lore.kernel.org/r/20200610065846.3626-1-zhenzhong.duan@gmail.com
drivers/edac/pnd2_edac.c
patch
|
blob
|
history
diff --git
a/drivers/edac/pnd2_edac.c
b/drivers/edac/pnd2_edac.c
index
c1f2e6d
..
fd36374
100644
(file)
--- a/
drivers/edac/pnd2_edac.c
+++ b/
drivers/edac/pnd2_edac.c
@@
-1432,6
+1432,7
@@
static int pnd2_mce_check_error(struct notifier_block *nb, unsigned long val, vo
static struct notifier_block pnd2_mce_dec = {
.notifier_call = pnd2_mce_check_error,
+ .priority = MCE_PRIO_EDAC,
};
#ifdef CONFIG_EDAC_DEBUG