summaryrefslogtreecommitdiff
path: root/target/linux/cns21xx/patches-3.6/002-arm-debugll-printk.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-01-12 12:25:14 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-01-12 12:25:14 +0000
commita51f602494e58135bdec691fc3f74c37b1f55343 (patch)
tree1f6fe8ecaf42acf495dd5e2173a203f71e230e1d /target/linux/cns21xx/patches-3.6/002-arm-debugll-printk.patch
parentbdc6ec497465d9e6a0bfe746e1253a5b335abdbc (diff)
downloadmtk-20170518-a51f602494e58135bdec691fc3f74c37b1f55343.zip
mtk-20170518-a51f602494e58135bdec691fc3f74c37b1f55343.tar.gz
mtk-20170518-a51f602494e58135bdec691fc3f74c37b1f55343.tar.bz2
cns21xx: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35102
Diffstat (limited to 'target/linux/cns21xx/patches-3.6/002-arm-debugll-printk.patch')
-rw-r--r--target/linux/cns21xx/patches-3.6/002-arm-debugll-printk.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/cns21xx/patches-3.6/002-arm-debugll-printk.patch b/target/linux/cns21xx/patches-3.6/002-arm-debugll-printk.patch
deleted file mode 100644
index e14509e..0000000
--- a/target/linux/cns21xx/patches-3.6/002-arm-debugll-printk.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/kernel/printk.c
-+++ b/kernel/printk.c
-@@ -48,6 +48,10 @@
- #define CREATE_TRACE_POINTS
- #include <trace/events/printk.h>
-
-+#ifdef CONFIG_DEBUG_LL
-+extern void printascii(char *);
-+#endif /* CONFIG_DEBUG_LL */
-+
- /*
- * Architectures can override it:
- */
-@@ -473,6 +477,10 @@ static ssize_t devkmsg_read(struct file
- ts_usec = msg->ts_nsec;
- do_div(ts_usec, 1000);
-
-+#ifdef CONFIG_DEBUG_LL
-+ printascii(printk_buf);
-+#endif
-+
- /*
- * If we couldn't merge continuation line fragments during the print,
- * export the stored flags to allow an optional external merge of the