summaryrefslogtreecommitdiff
path: root/libre/linux-libre/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-15 18:49:03 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-15 18:49:03 -0300
commit21c8faf33d1696a91f54ad1093b0f3f87133cd3a (patch)
tree6d43376e3b0763e8a9a3bb5ce35e2288d8200bf8 /libre/linux-libre/change-default-console-loglevel.patch
parent171bf3bdded6c553ed0acd817ff85e84e309e24b (diff)
downloadabslibre-21c8faf33d1696a91f54ad1093b0f3f87133cd3a.tar.gz
abslibre-21c8faf33d1696a91f54ad1093b0f3f87133cd3a.tar.bz2
abslibre-21c8faf33d1696a91f54ad1093b0f3f87133cd3a.zip
linux-libre: updating version
* Update 3.8.3 version for i686 and x86_64 * Update 3.8.2 version for mips64el * Change KERN_DEBUG to KERN_WARNING in patch
Diffstat (limited to 'libre/linux-libre/change-default-console-loglevel.patch')
-rw-r--r--libre/linux-libre/change-default-console-loglevel.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre/change-default-console-loglevel.patch b/libre/linux-libre/change-default-console-loglevel.patch
index 63435d84f..2685d4d23 100644
--- a/libre/linux-libre/change-default-console-loglevel.patch
+++ b/libre/linux-libre/change-default-console-loglevel.patch
@@ -6,7 +6,7 @@ diff -upr linux-3.0.orig/kernel/printk.c linux-3.0/kernel/printk.c
/* We show everything that is MORE important than this.. */
#define MINIMUM_CONSOLE_LOGLEVEL 1 /* Minimum loglevel we let people use */
-#define DEFAULT_CONSOLE_LOGLEVEL 7 /* anything MORE serious than KERN_DEBUG */
-+#define DEFAULT_CONSOLE_LOGLEVEL 4 /* anything MORE serious than KERN_DEBUG */
++#define DEFAULT_CONSOLE_LOGLEVEL 4 /* anything MORE serious than KERN_WARNING */
DECLARE_WAIT_QUEUE_HEAD(log_wait);