summarylogtreecommitdiffstats
path: root/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorMikael Eriksson2017-03-05 23:30:07 +0100
committerMikael Eriksson2017-03-05 23:30:07 +0100
commite4483fa181d1c1c8143adf6d0983ec9c5cd23090 (patch)
treed2957102289a65bc5a4175a9f62065cec80e6097 /change-default-console-loglevel.patch
parenta0815150c4a3b5955128192227c6b3f9dc78b11d (diff)
downloadaur-e4483fa181d1c1c8143adf6d0983ec9c5cd23090.tar.gz
Merge with core/linux
Diffstat (limited to 'change-default-console-loglevel.patch')
-rw-r--r--change-default-console-loglevel.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/change-default-console-loglevel.patch b/change-default-console-loglevel.patch
deleted file mode 100644
index 11da2a9d8ba8..000000000000
--- a/change-default-console-loglevel.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- linux-3.16/include/linux/printk.h.old 2014-08-04 18:48:30.686043266 +0200
-+++ linux-3.16/include/linux/printk.h 2014-08-04 18:48:47.706218528 +0200
-@@ -37,7 +37,7 @@
- #define CONSOLE_LOGLEVEL_SILENT 0 /* Mum's the word */
- #define CONSOLE_LOGLEVEL_MIN 1 /* Minimum loglevel we let people use */
- #define CONSOLE_LOGLEVEL_QUIET 4 /* Shhh ..., when booted with "quiet" */
--#define CONSOLE_LOGLEVEL_DEFAULT 7 /* anything MORE serious than KERN_DEBUG */
-+#define CONSOLE_LOGLEVEL_DEFAULT 4 /* anything MORE serious than KERN_DEBUG */
- #define CONSOLE_LOGLEVEL_DEBUG 10 /* issue debug messages */
- #define CONSOLE_LOGLEVEL_MOTORMOUTH 15 /* You can't shut this one up */
-