From c963d7ddaa6b9f69b2aa7a1c1c779d83d4f5c225 Mon Sep 17 00:00:00 2001 From: Michael Holzheu Date: Thu, 26 Mar 2009 15:24:55 +0100 Subject: [PATCH] --- yaml --- r: 135658 b: refs/heads/master c: 7e9b580e5f0644cd8952b6671fd5380fd430bca3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/s390/kernel/ipl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)