From 4aed43f3e6039d7fca19a164f6c07a6ac1dd9454 Mon Sep 17 00:00:00 2001 From: Viktor Rosendahl Date: Tue, 6 Jan 2009 14:40:42 -0800 Subject: [PATCH] --- yaml --- r: 126267 b: refs/heads/master c: b61312d353da1871778711040464b10f5cd904df h: refs/heads/master i: 126265: 662e48c94b89a88341d443f91070d3dbe0972424 126263: a9c0bfc2bfdcb511e1007a8e755b6c83755931e0 v: v3 --- [refs] | 2 +- trunk/lib/bust_spinlocks.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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(); }