summaryrefslogtreecommitdiffstats
path: root/target/linux/cns21xx/patches-3.7/002-arm-debugll-printk.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-04 16:08:41 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-04 16:08:41 +0000
commit3e1d2de95f0e2e1ec79e05068177fba2baa6c5b4 (patch)
tree578eb8623fa4efb048533d1da9b1ea739ea3eea9 /target/linux/cns21xx/patches-3.7/002-arm-debugll-printk.patch
parentc36c4000bee9c09a15b189c06ceb68f6e303475d (diff)
cns21xx: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35886 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns21xx/patches-3.7/002-arm-debugll-printk.patch')
-rw-r--r--target/linux/cns21xx/patches-3.7/002-arm-debugll-printk.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/cns21xx/patches-3.7/002-arm-debugll-printk.patch b/target/linux/cns21xx/patches-3.7/002-arm-debugll-printk.patch
deleted file mode 100644
index e14509ef3..000000000
--- a/target/linux/cns21xx/patches-3.7/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