X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Fpanic.c;h=d10c340c43b0e169c42255b826c22d6ec3068637;hb=09be178400829dddc1189b50a7888495dd26aa84;hp=f6d549a29a5c85cfdc2de0f07e6f0e956a1268ce;hpb=2d54911644e4d5ea1ba01500d3a46dabc3b1e75a;p=linux-2.6-microblaze.git diff --git a/kernel/panic.c b/kernel/panic.c index f6d549a29a5c..d10c340c43b0 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include @@ -237,7 +238,10 @@ void panic(const char *fmt, ...) if (_crash_kexec_post_notifiers) __crash_kexec(NULL); - bust_spinlocks(0); +#ifdef CONFIG_VT + unblank_screen(); +#endif + console_unblank(); /* * We may have ended up stopping the CPU holding the lock (in