printk: reinstate KERN_CONT for printing continuation lines
[cascardo/linux.git] / include / linux / kern_levels.h
index c2ce155..f282d4e 100644 (file)
@@ -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).
  */
  * 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
 
 /* integer equivalents of KERN_<LEVEL> */
 #define LOGLEVEL_SCHED         -2      /* Deferred messages from sched code