From: Aaro Koskinen Date: Fri, 2 Oct 2009 11:41:20 +0000 (+0300) Subject: panic: Fix panic message visibility by calling bust_spinlocks(0) before dying X-Git-Tag: v2.6.32-rc4~24^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d014e8894dfc523dd9d2f2a17b6dcb94facea810;p=pandora-kernel.git panic: Fix panic message visibility by calling bust_spinlocks(0) before dying Commit ffd71da4e3f ("panic: decrease oops_in_progress only after having done the panic") moved bust_spinlocks(0) to the end of the function, which in practice is never reached. As a result console_unblank() is not called, and on some systems the user may not see the panic message. Move it back up to before the unblanking. Signed-off-by: Aaro Koskinen Reviewed-by: Frederic Weisbecker LKML-Reference: <1254483680-25578-1-git-send-email-aaro.koskinen@nokia.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed