diff options
Diffstat (limited to 'kernel/printk.c')
-rw-r--r-- | kernel/printk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/printk.c b/kernel/printk.c index 9a2264fc42ca..cf7588e93f6f 100644 --- a/kernel/printk.c +++ b/kernel/printk.c | |||
@@ -1088,7 +1088,7 @@ int printk_needs_cpu(int cpu) | |||
1088 | void wake_up_klogd(void) | 1088 | void wake_up_klogd(void) |
1089 | { | 1089 | { |
1090 | if (waitqueue_active(&log_wait)) | 1090 | if (waitqueue_active(&log_wait)) |
1091 | __raw_get_cpu_var(printk_pending) = 1; | 1091 | this_cpu_write(printk_pending, 1); |
1092 | } | 1092 | } |
1093 | 1093 | ||
1094 | /** | 1094 | /** |