|
@@ -97,6 +97,8 @@ extern const char linux_proc_banner[];
|
|
#define KERN_INFO "<6>" /* informational */
|
|
#define KERN_INFO "<6>" /* informational */
|
|
#define KERN_DEBUG "<7>" /* debug-level messages */
|
|
#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
|
|
* 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
|
|
* line that had no enclosing \n). Only to be used by core/arch code
|