diff options
author | Joakim Hernberg <jhernberg@alchemy.lu> | 2018-02-04 13:17:41 +0100 |
---|---|---|
committer | Joakim Hernberg <jhernberg@alchemy.lu> | 2018-02-04 13:17:41 +0100 |
commit | 556d364424c1ea59fb836bd0397db44ae0bdc398 (patch) | |
tree | 5594dbba6010d108c5f606b681c68724bd0a0898 /change-default-console-loglevel.patch | |
parent | b4d22ed37118eead2e9687941e78f25737a39829 (diff) |
bump to 4.9.76_rt61-1
Diffstat (limited to 'change-default-console-loglevel.patch')
-rw-r--r-- | change-default-console-loglevel.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/change-default-console-loglevel.patch b/change-default-console-loglevel.patch new file mode 100644 index 0000000..11da2a9 --- /dev/null +++ b/change-default-console-loglevel.patch @@ -0,0 +1,11 @@ +--- 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 */ + |