aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/printk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/printk.c b/kernel/printk.c
index 655cc2ca10cc..57e9cd7a9581 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -1000,7 +1000,7 @@ int printk_needs_cpu(int cpu)
1000void wake_up_klogd(void) 1000void wake_up_klogd(void)
1001{ 1001{
1002 if (waitqueue_active(&log_wait)) 1002 if (waitqueue_active(&log_wait))
1003 __get_cpu_var(printk_pending) = 1; 1003 __raw_get_cpu_var(printk_pending) = 1;
1004} 1004}
1005 1005
1006/** 1006/**