aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kern_levels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kern_levels.h')
-rw-r--r--include/linux/kern_levels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kern_levels.h b/include/linux/kern_levels.h
index c2ce155d83cc..f282d4e87258 100644
--- a/include/linux/kern_levels.h
+++ b/include/linux/kern_levels.h
@@ -20,7 +20,7 @@
* line that had no enclosing \n). Only to be used by core/arch code
* during early bootup (a continued line is not SMP-safe otherwise).
*/
-#define KERN_CONT ""
+#define KERN_CONT KERN_SOH "c"
/* integer equivalents of KERN_<LEVEL> */
#define LOGLEVEL_SCHED -2 /* Deferred messages from sched code