aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/printk/printk.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c
index 7476a53bc378..5bc54478c963 100644
--- a/kernel/printk/printk.c
+++ b/kernel/printk/printk.c
@@ -206,8 +206,7 @@ struct printk_log {
206}; 206};
207 207
208/* 208/*
209 * The logbuf_lock protects kmsg buffer, indices, counters. It is also 209 * The logbuf_lock protects kmsg buffer, indices, counters.
210 * used in interesting ways to provide interlocking in console_unlock();
211 */ 210 */
212static DEFINE_RAW_SPINLOCK(logbuf_lock); 211static DEFINE_RAW_SPINLOCK(logbuf_lock);
213 212