diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 883cd44ff765..066bb1eddfea 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h | |||
@@ -102,7 +102,7 @@ extern const char linux_proc_banner[]; | |||
102 | * line that had no enclosing \n). Only to be used by core/arch code | 102 | * line that had no enclosing \n). Only to be used by core/arch code |
103 | * during early bootup (a continued line is not SMP-safe otherwise). | 103 | * during early bootup (a continued line is not SMP-safe otherwise). |
104 | */ | 104 | */ |
105 | #define KERN_CONT "" | 105 | #define KERN_CONT "<c>" |
106 | 106 | ||
107 | extern int console_printk[]; | 107 | extern int console_printk[]; |
108 | 108 | ||