printk: Add KERN_DEFAULT printk log-level
[firefly-linux-kernel-4.4.55.git] / include / linux / kernel.h
index 066bb1eddfea98c73fa644aba73726a1a4130b38..1b2e1747df1a02f8cc4ef308fc8a90c2aeb00a83 100644 (file)
@@ -97,6 +97,8 @@ extern const char linux_proc_banner[];
 #define        KERN_INFO       "<6>"   /* informational                        */
 #define        KERN_DEBUG      "<7>"   /* debug-level messages                 */
 
+/* Use the default kernel loglevel */
+#define KERN_DEFAULT   "<d>"
 /*
  * Annotation for a "continued" line of log printout (only done after a
  * line that had no enclosing \n). Only to be used by core/arch code