summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2005-05-09 14:10:26 -0700
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:03:22 +0200
commite417ab3e7bcbefb9e368b5d115823479a9f5a6d3 (patch)
tree0f74d4acec07276f983b44057ff53b20f36fff48 /kernel
parent65439e45b74fb46d0d543f2bbae770deb733b383 (diff)
ARM: Make low-level printk work
Makes low-level printk work. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/printk.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/printk.c b/kernel/printk.c
index e9b92c6e2cb..9e29170e193 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -57,6 +57,10 @@ void asmlinkage __attribute__((weak)) early_printk(const char *fmt, ...)
#define __LOG_BUF_LEN (1 << CONFIG_LOG_BUF_SHIFT)
+#ifdef CONFIG_DEBUG_LL
+extern void printascii(char *);
+#endif
+
/* printk's without a loglevel use this.. */
#define DEFAULT_MESSAGE_LOGLEVEL CONFIG_DEFAULT_MESSAGE_LOGLEVEL