Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338354
b: refs/heads/master
c: 6b898c0
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter authored and Greg Kroah-Hartman committed Oct 24, 2012
1 parent 00dae8a commit ea9b65c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: ecbbfd44a08fa80e0d664814efd4c187721b85f6
refs/heads/master: 6b898c07cb1d5bd8344a8044288bb4ae3873da74
3 changes: 2 additions & 1 deletion trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,8 @@ static int __cpuinit console_cpu_notify(struct notifier_block *self,
*/
void console_lock(void)
{
BUG_ON(in_interrupt());
might_sleep();

down(&console_sem);
if (console_suspended)
return;
Expand Down

0 comments on commit ea9b65c

Please sign in to comment.