|
@@ -206,8 +206,7 @@ struct printk_log {
|
|
};
|
|
};
|
|
|
|
|
|
/*
|
|
/*
|
|
- * The logbuf_lock protects kmsg buffer, indices, counters. It is also
|
|
|
|
- * used in interesting ways to provide interlocking in console_unlock();
|
|
|
|
|
|
+ * The logbuf_lock protects kmsg buffer, indices, counters.
|
|
*/
|
|
*/
|
|
static DEFINE_RAW_SPINLOCK(logbuf_lock);
|
|
static DEFINE_RAW_SPINLOCK(logbuf_lock);
|
|
|
|
|