diff options
Diffstat (limited to 'arch/s390/kernel/ipl.c')
-rw-r--r-- | arch/s390/kernel/ipl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/ipl.c b/arch/s390/kernel/ipl.c index 2b901fb8193b..56d876904ecc 100644 --- a/arch/s390/kernel/ipl.c +++ b/arch/s390/kernel/ipl.c | |||
@@ -1722,7 +1722,7 @@ static int on_panic_notify(struct notifier_block *self, | |||
1722 | 1722 | ||
1723 | static struct notifier_block on_panic_nb = { | 1723 | static struct notifier_block on_panic_nb = { |
1724 | .notifier_call = on_panic_notify, | 1724 | .notifier_call = on_panic_notify, |
1725 | .priority = 0, | 1725 | .priority = INT_MIN, |
1726 | }; | 1726 | }; |
1727 | 1727 | ||
1728 | void __init setup_ipl(void) | 1728 | void __init setup_ipl(void) |