Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223035
b: refs/heads/master
c: 61ab254
h: refs/heads/master
i:
  223033: ba7f0ec
  223031: efef491
v: v3
  • Loading branch information
Heiko Carstens authored and Ingo Molnar committed Nov 26, 2010
1 parent 2869a14 commit cc48f71
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: 49f4138346b3cec2706adff02658fe27ceb1e46f
refs/heads/master: 61ab25447ad6334a74e32f60efb135a3467223f8
2 changes: 2 additions & 0 deletions trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,8 @@ void printk_tick(void)

int printk_needs_cpu(int cpu)
{
if (unlikely(cpu_is_offline(cpu)))
printk_tick();
return per_cpu(printk_pending, cpu);
}

Expand Down

0 comments on commit cc48f71

Please sign in to comment.