Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126267
b: refs/heads/master
c: b61312d
h: refs/heads/master
i:
  126265: 662e48c
  126263: a9c0bfc
v: v3
  • Loading branch information
Viktor Rosendahl authored and Linus Torvalds committed Jan 6, 2009
1 parent 61b3f11 commit 4aed43f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f41ced8f108cc80f16509b907cd7ac93944459bc
refs/heads/master: b61312d353da1871778711040464b10f5cd904df
2 changes: 2 additions & 0 deletions trunk/lib/bust_spinlocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <linux/tty.h>
#include <linux/wait.h>
#include <linux/vt_kern.h>
#include <linux/console.h>


void __attribute__((weak)) bust_spinlocks(int yes)
Expand All @@ -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();
}
Expand Down

0 comments on commit 4aed43f

Please sign in to comment.