Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70661
b: refs/heads/master
c: 0044299
h: refs/heads/master
i:
  70659: 8ddd3c9
v: v3
  • Loading branch information
Jan Beulich authored and Linus Torvalds committed Oct 17, 2007
1 parent 063a8b5 commit b526226
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b311e921b385b5a848f0806df16276aca1ecae07
refs/heads/master: 004429956b4875e6bc2a31833f75363ce48cbea9
6 changes: 3 additions & 3 deletions trunk/lib/bust_spinlocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
void __attribute__((weak)) bust_spinlocks(int yes)
{
if (yes) {
oops_in_progress = 1;
++oops_in_progress;
} else {
#ifdef CONFIG_VT
unblank_screen();
#endif
oops_in_progress = 0;
wake_up_klogd();
if (--oops_in_progress == 0)
wake_up_klogd();
}
}

Expand Down

0 comments on commit b526226

Please sign in to comment.