Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311789
b: refs/heads/master
c: 68b6507
h: refs/heads/master
i:
  311787: 81cd720
v: v3
  • Loading branch information
Kay Sievers authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent aae2c0b commit 2b744ff
Show file tree
Hide file tree
Showing 2 changed files with 7 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: cb424ffe9f45ad80267f2a98fbd9bf21caa0ce22
refs/heads/master: 68b6507dc554ba015b5ed5e13b1ed4993cdf4024
6 changes: 6 additions & 0 deletions trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1953,6 +1953,12 @@ void console_unlock(void)
*/
console_idx = log_next(console_idx);
console_seq++;
/*
* We will get here again when we register a new
* CON_PRINTBUFFER console. Clear the flag so we
* will properly dump everything later.
*/
msg->flags &= ~LOG_NOCONS;
goto skip;
}

Expand Down

0 comments on commit 2b744ff

Please sign in to comment.