diff --git a/[refs] b/[refs] index 0b52e90dbd07..a028b392749c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2ac3307f275c2a91af0417e16d2cfb95ae478661 +refs/heads/master: 7e9b580e5f0644cd8952b6671fd5380fd430bca3 diff --git a/trunk/arch/s390/kernel/ipl.c b/trunk/arch/s390/kernel/ipl.c index 2b901fb8193b..56d876904ecc 100644 --- a/trunk/arch/s390/kernel/ipl.c +++ b/trunk/arch/s390/kernel/ipl.c @@ -1722,7 +1722,7 @@ static int on_panic_notify(struct notifier_block *self, static struct notifier_block on_panic_nb = { .notifier_call = on_panic_notify, - .priority = 0, + .priority = INT_MIN, }; void __init setup_ipl(void)