summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-08 15:38:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-08 15:38:01 -0300
commit45b8fe0afd465968721d3be031c3f6c28307ee78 (patch)
tree83a823228d62b17bd6759b4c5d1b3921ce79db85 /libre-testing/linux-libre/change-default-console-loglevel.patch
parentcca41920ca2370013da42c28b8e482b4453eb3bc (diff)
linux-libre: updating version
* Update 3.9.1-1 version to i686 and x86_64 * Update 3.9.0-1 version to mips64el
Diffstat (limited to 'libre-testing/linux-libre/change-default-console-loglevel.patch')
-rw-r--r--libre-testing/linux-libre/change-default-console-loglevel.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre-testing/linux-libre/change-default-console-loglevel.patch b/libre-testing/linux-libre/change-default-console-loglevel.patch
deleted file mode 100644
index 2685d4d23..000000000
--- a/libre-testing/linux-libre/change-default-console-loglevel.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -upr linux-3.0.orig/kernel/printk.c linux-3.0/kernel/printk.c
---- linux-3.0.orig/kernel/printk.c 2011-07-22 05:17:23.000000000 +0300
-+++ linux-3.0/kernel/printk.c 2011-07-27 14:43:07.000000000 +0300
-@@ -58,7 +58,7 @@ void asmlinkage __attribute__((weak)) ea
-
- /* 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_WARNING */
-
- DECLARE_WAIT_QUEUE_HEAD(log_wait);
-