Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115217
b: refs/heads/master
c: fa33507
h: refs/heads/master
i:
  115215: ed2abb3
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Aug 20, 2008
1 parent 6ac4fde commit 60dd09c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ced9cd40ac14111befd6b0c73ec90106c22a3fd7
refs/heads/master: fa33507a22623b3bd543b15a21c362cf364b6cff
2 changes: 1 addition & 1 deletion trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ int printk_needs_cpu(int cpu)
void wake_up_klogd(void)
{
if (waitqueue_active(&log_wait))
__get_cpu_var(printk_pending) = 1;
__raw_get_cpu_var(printk_pending) = 1;
}

/**
Expand Down

0 comments on commit 60dd09c

Please sign in to comment.