diff --git a/[refs] b/[refs] index 029fe7ba2eed..9e89a05016bc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f41ced8f108cc80f16509b907cd7ac93944459bc +refs/heads/master: b61312d353da1871778711040464b10f5cd904df diff --git a/trunk/lib/bust_spinlocks.c b/trunk/lib/bust_spinlocks.c index 486da62b2b07..9681d54b95d1 100644 --- a/trunk/lib/bust_spinlocks.c +++ b/trunk/lib/bust_spinlocks.c @@ -12,6 +12,7 @@ #include #include #include +#include void __attribute__((weak)) bust_spinlocks(int yes) @@ -22,6 +23,7 @@ void __attribute__((weak)) bust_spinlocks(int yes) #ifdef CONFIG_VT unblank_screen(); #endif + console_unblank(); if (--oops_in_progress == 0) wake_up_klogd(); }