diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-12 10:08:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-12 10:08:18 +0000 |
commit | a68d8a660a60aa0b0f4e0068ede44e5e07007b0e (patch) | |
tree | 0b0d5f52844fdcbbcdf10ae7e80cbb269e6106eb /target/linux/pxa/patches-3.3/a01-arm-debugll-printk.patch | |
parent | 2172d7dbbfe453ea81ebf0b4e62d8101a7d5d1f0 (diff) | |
download | upstream-a68d8a660a60aa0b0f4e0068ede44e5e07007b0e.tar.gz upstream-a68d8a660a60aa0b0f4e0068ede44e5e07007b0e.tar.bz2 upstream-a68d8a660a60aa0b0f4e0068ede44e5e07007b0e.zip |
pxa: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48217
Diffstat (limited to 'target/linux/pxa/patches-3.3/a01-arm-debugll-printk.patch')
-rw-r--r-- | target/linux/pxa/patches-3.3/a01-arm-debugll-printk.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/pxa/patches-3.3/a01-arm-debugll-printk.patch b/target/linux/pxa/patches-3.3/a01-arm-debugll-printk.patch deleted file mode 100644 index f1bf48dd54..0000000000 --- a/target/linux/pxa/patches-3.3/a01-arm-debugll-printk.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/kernel/printk.c -+++ b/kernel/printk.c -@@ -44,6 +44,10 @@ - - #include <asm/uaccess.h> - -+#ifdef CONFIG_DEBUG_LL -+extern void printascii(char *); -+#endif /* CONFIG_DEBUG_LL */ -+ - /* - * Architectures can override it: - */ -@@ -900,6 +904,10 @@ asmlinkage int vprintk(const char *fmt, - } - } - -+#ifdef CONFIG_DEBUG_LL -+ printascii(printk_buf); -+#endif -+ - /* - * Copy the output into log_buf. If the caller didn't provide - * the appropriate log prefix, we insert them here |