From: Michael Holzheu Date: Thu, 26 Mar 2009 14:24:55 +0000 (+0100) Subject: [S390] Ensure that ipl panic notifier is called late. X-Git-Tag: v2.6.30-rc1~659^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e9b580e5f0644cd8952b6671fd5380fd430bca3;p=pandora-kernel.git [S390] Ensure that ipl panic notifier is called late. The s390 ipl panic notifier will stop the system or trigger a system dump. This should be done as final action on the panic path. All other panic notifiers should be executed before. Currently we use priority 0 for the ipl notifier. In order to be called late, this patch changes the priority to INT_MIN which is the lowest possible priority. Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed